mirror of https://github.com/pulumi/pulumi.git
24 lines
470 B
JSON
24 lines
470 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"outDir": "bin",
|
|
"target": "es2020",
|
|
"module": "node16",
|
|
"moduleResolution": "node16",
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"stripInternal": true,
|
|
"experimentalDecorators": true,
|
|
"pretty": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitReturns": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.ts"
|
|
],
|
|
"ts-node": {
|
|
"swc": true
|
|
}
|
|
}
|