We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71b58f commit b936affCopy full SHA for b936aff
javascriptv3/example_code/cross-services/wkflw-pools-triggers/cdk/tsconfig.json
@@ -2,10 +2,7 @@
2
"compilerOptions": {
3
"target": "ES2020",
4
"module": "commonjs",
5
- "lib": [
6
- "es2020",
7
- "dom"
8
- ],
+ "lib": ["es2020", "dom"],
9
"declaration": true,
10
"strict": true,
11
"noImplicitAny": true,
@@ -20,12 +17,7 @@
20
17
"inlineSources": true,
21
18
"experimentalDecorators": true,
22
19
"strictPropertyInitialization": false,
23
- "typeRoots": [
24
- "./node_modules/@types"
25
- ]
+ "typeRoots": ["./node_modules/@types"]
26
},
27
- "exclude": [
28
- "node_modules",
29
- "cdk.out"
30
+ "exclude": ["node_modules", "cdk.out"]
31
}
0 commit comments