github.com/myhau/pulumi/pkg/v3@v3.70.2-0.20221116134521-f2775972e587/codegen/testing/test/testdata/regress-8403/nodejs/tsconfig.json (about) 1 { 2 "compilerOptions": { 3 "baseUrl": ".", 4 "outDir": "bin", 5 "target": "es2016", 6 "module": "commonjs", 7 "moduleResolution": "node", 8 "declaration": true, 9 "sourceMap": true, 10 "stripInternal": true, 11 "experimentalDecorators": true, 12 "noFallthroughCasesInSwitch": true, 13 "forceConsistentCasingInFileNames": true, 14 "paths": { 15 "@/*": ["*"] 16 }, 17 "strict": true 18 }, 19 "files": [ 20 "getCustomDbRoles.ts", 21 "index.ts", 22 "provider.ts", 23 "types/index.ts", 24 "types/input.ts", 25 "types/output.ts", 26 "utilities.ts" 27 ] 28 }