mirror of https://github.com/pulumi/pulumi.git
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "bin",
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"stripInternal": true,
|
|
"experimentalDecorators": true,
|
|
"pretty": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strictNullChecks": true
|
|
},
|
|
"files": [
|
|
"index.ts",
|
|
"config.ts",
|
|
"dynamic.ts",
|
|
"errors.ts",
|
|
"metadata.ts",
|
|
"resource.ts",
|
|
|
|
"asset/index.ts",
|
|
"asset/asset.ts",
|
|
"asset/archive.ts",
|
|
|
|
"log/index.ts",
|
|
|
|
"runtime/index.ts",
|
|
"runtime/closure.ts",
|
|
"runtime/config.ts",
|
|
"runtime/debuggable.ts",
|
|
"runtime/invoke.ts",
|
|
"runtime/langhost.ts",
|
|
"runtime/resource.ts",
|
|
"runtime/rpc.ts",
|
|
"runtime/settings.ts",
|
|
|
|
"cmd/dynamic-provider/index.ts",
|
|
"cmd/langhost/index.ts",
|
|
"cmd/run/index.ts",
|
|
|
|
"tests/config.spec.ts",
|
|
"tests/init.spec.ts",
|
|
"tests/util.ts",
|
|
"tests/runtime/closure.spec.ts",
|
|
"tests/runtime/props.spec.ts",
|
|
"tests/runtime/langhost/run.spec.ts"
|
|
]
|
|
}
|
|
|