mirror of https://github.com/pulumi/pulumi.git
27 lines
682 B
JSON
27 lines
682 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": [
|
|
"index.ts",
|
|
"provider.ts",
|
|
"submodule1/fooencryptedBarClass.ts",
|
|
"submodule1/index.ts",
|
|
"submodule1/moduleResource.ts",
|
|
"types/index.ts",
|
|
"types/input.ts",
|
|
"types/output.ts",
|
|
"utilities.ts"
|
|
]
|
|
}
|