Skip to content

Commit b936aff

Browse files
committed
JavaScript (v3): Format pools/triggers cdk tsconfig.json
1 parent a71b58f commit b936aff

File tree

1 file changed

+3
-11
lines changed
  • javascriptv3/example_code/cross-services/wkflw-pools-triggers/cdk

1 file changed

+3
-11
lines changed

javascriptv3/example_code/cross-services/wkflw-pools-triggers/cdk/tsconfig.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
"compilerOptions": {
33
"target": "ES2020",
44
"module": "commonjs",
5-
"lib": [
6-
"es2020",
7-
"dom"
8-
],
5+
"lib": ["es2020", "dom"],
96
"declaration": true,
107
"strict": true,
118
"noImplicitAny": true,
@@ -20,12 +17,7 @@
2017
"inlineSources": true,
2118
"experimentalDecorators": true,
2219
"strictPropertyInitialization": false,
23-
"typeRoots": [
24-
"./node_modules/@types"
25-
]
20+
"typeRoots": ["./node_modules/@types"]
2621
},
27-
"exclude": [
28-
"node_modules",
29-
"cdk.out"
30-
]
22+
"exclude": ["node_modules", "cdk.out"]
3123
}

0 commit comments

Comments
 (0)