github.com/myhau/pulumi/pkg/v3@v3.70.2-0.20221116134521-f2775972e587/codegen/testing/test/testdata/output-funcs/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 "funcWithAllOptionalInputs.ts", 21 "funcWithConstInput.ts", 22 "funcWithDefaultValue.ts", 23 "funcWithDictParam.ts", 24 "funcWithEmptyOutputs.ts", 25 "funcWithListParam.ts", 26 "getBastionShareableLink.ts", 27 "getClientConfig.ts", 28 "getIntegrationRuntimeObjectMetadatum.ts", 29 "index.ts", 30 "listStorageAccountKeys.ts", 31 "provider.ts", 32 "tests/codegen.spec.ts", 33 "types/index.ts", 34 "types/input.ts", 35 "types/output.ts", 36 "utilities.ts" 37 ] 38 }