github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/ops/aws/canary/tsconfig.json (about) 1 { 2 "compilerOptions": { 3 "target": "ES2018", 4 "module": "commonjs", 5 "lib": [ 6 "es2018" 7 ], 8 "declaration": true, 9 "strict": true, 10 "noImplicitAny": true, 11 "strictNullChecks": true, 12 "noImplicitThis": true, 13 "alwaysStrict": true, 14 "noUnusedLocals": false, 15 "noUnusedParameters": false, 16 "noImplicitReturns": true, 17 "noFallthroughCasesInSwitch": false, 18 "inlineSourceMap": true, 19 "inlineSources": true, 20 "experimentalDecorators": true, 21 "strictPropertyInitialization": false, 22 "typeRoots": [ 23 "./node_modules/@types" 24 ] 25 }, 26 "exclude": [ 27 "node_modules", 28 "cdk.out" 29 ] 30 }