pulumi/tests/testdata/codegen/output-funcs/nodejs/tsconfig.json

35 lines
961 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": [
"funcWithAllOptionalInputs.ts",
"funcWithConstInput.ts",
"funcWithDefaultValue.ts",
"funcWithDictParam.ts",
"funcWithEmptyOutputs.ts",
"funcWithListParam.ts",
"getBastionShareableLink.ts",
"getClientConfig.ts",
"getIntegrationRuntimeObjectMetadatum.ts",
"index.ts",
"listStorageAccountKeys.ts",
"provider.ts",
"tests/codegen.spec.ts",
"types/index.ts",
"types/input.ts",
"types/output.ts",
"utilities.ts"
]
}