pulumi/tests/integration/packageadd-remote/provider/ts/tsconfig.json

25 lines
606 B
JSON

{
"compilerOptions": {
"strict": true,
"outDir": "bin",
"target": "es2016",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"experimentalDecorators": true,
"pretty": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"lib/schema.ts",
"lib/provider.ts",
"lib/analyzer.ts",
"lib/instantiator.ts",
"lib/schemaSpec.ts",
"index.ts",
"selfSignedCert.ts"
]
}