mirror of https://github.com/pulumi/pulumi.git
26 lines
583 B
JSON
26 lines
583 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",
|
|
"rec.ts",
|
|
"utilities.ts"
|
|
]
|
|
}
|