11{
2- "$schema" : " https://json.schemastore.org/tsconfig" ,
3- "compilerOptions" : {
4- "esModuleInterop" : true ,
5- "skipLibCheck" : true ,
6- "target" : " es2022" ,
7- "moduleDetection" : " force" ,
8- "isolatedModules" : true ,
9- "strict" : true ,
10- "noUncheckedIndexedAccess" : true ,
11- "moduleResolution" : " NodeNext" ,
12- "module" : " NodeNext" ,
13- "outDir" : " lib/esm" ,
14- "sourceMap" : true ,
15- "experimentalDecorators" : true ,
16- "declaration" : true ,
17- "declarationMap" : true ,
18- "removeComments" : false ,
19- "pretty" : true ,
20- "lib" : [
21- " ES2022"
22- ],
23- "rootDir" : " ."
24- },
25- "include" : [
26- " functions/**/*" ,
27- " cdk/**/*" ,
28- " test/**/*" ,
29- " bin/**/*" ,
30- ],
31- "exclude" : [
32- " ./node_modules"
33- ],
34- "watchOptions" : {
35- "watchFile" : " useFsEvents" ,
36- "watchDirectory" : " useFsEvents" ,
37- "fallbackPolling" : " dynamicPriority"
38- },
39- "types" : [
40- " node"
41- ]
42- }
2+ "$schema" : " https://json.schemastore.org/tsconfig" ,
3+ "compilerOptions" : {
4+ "esModuleInterop" : true ,
5+ "skipLibCheck" : true ,
6+ "target" : " es2022" ,
7+ "moduleDetection" : " force" ,
8+ "isolatedModules" : true ,
9+ "strict" : true ,
10+ "noUncheckedIndexedAccess" : true ,
11+ "moduleResolution" : " NodeNext" ,
12+ "module" : " NodeNext" ,
13+ "outDir" : " lib/esm" ,
14+ "sourceMap" : true ,
15+ "experimentalDecorators" : true ,
16+ "declaration" : true ,
17+ "declarationMap" : true ,
18+ "removeComments" : false ,
19+ "pretty" : true ,
20+ "lib" : [" ES2022" ],
21+ "rootDir" : " ."
22+ },
23+ "include" : [" functions/**/*" , " cdk/**/*" , " test/**/*" , " bin/**/*" ],
24+ "exclude" : [" ./node_modules" ],
25+ "watchOptions" : {
26+ "watchFile" : " useFsEvents" ,
27+ "watchDirectory" : " useFsEvents" ,
28+ "fallbackPolling" : " dynamicPriority"
29+ },
30+ "types" : [" node" ]
31+ }
0 commit comments