pulumi/pkg/codegen/testing/test/testdata/different-enum/nodejs/tsconfig.json

35 lines
869 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"outDir": "bin",
"target": "es2016",
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
"sourceMap": true,
"stripInternal": true,
"experimentalDecorators": true,
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true,
"paths": {
"@/*": ["*"]
},
"strict": true
},
"files": [
"index.ts",
"provider.ts",
"tree/index.ts",
"tree/v1/index.ts",
"tree/v1/nursery.ts",
"tree/v1/rubberTree.ts",
"types/enums/index.ts",
"types/enums/tree/index.ts",
"types/enums/tree/v1/index.ts",
"types/index.ts",
"types/input.ts",
"types/output.ts",
"utilities.ts"
]
}