mirror of https://github.com/pulumi/pulumi.git
34 lines
869 B
JSON
34 lines
869 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "bin",
|
|
"target": "es2016",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"stripInternal": true,
|
|
"experimentalDecorators": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true
|
|
},
|
|
"files": [
|
|
"abs.ts",
|
|
"absMultiArgs.ts",
|
|
"absMultiArgsReducedOutput.ts",
|
|
"absMultiArgsReducedOutputSwapped.ts",
|
|
"absReducedOutput.ts",
|
|
"getArchive.ts",
|
|
"getArrayCustomResult.ts",
|
|
"getAsset.ts",
|
|
"getCustomResult.ts",
|
|
"getDictionary.ts",
|
|
"index.ts",
|
|
"provider.ts",
|
|
"types/index.ts",
|
|
"types/input.ts",
|
|
"types/output.ts",
|
|
"utilities.ts"
|
|
]
|
|
}
|