2021-09-23 17:42:20 +00:00
|
|
|
{
|
|
|
|
"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",
|
2022-05-23 21:43:38 +00:00
|
|
|
"funcWithEmptyOutputs.ts",
|
2021-09-23 17:42:20 +00:00
|
|
|
"funcWithListParam.ts",
|
2021-10-18 22:18:15 +00:00
|
|
|
"getBastionShareableLink.ts",
|
2021-09-23 17:42:20 +00:00
|
|
|
"getClientConfig.ts",
|
|
|
|
"getIntegrationRuntimeObjectMetadatum.ts",
|
|
|
|
"index.ts",
|
|
|
|
"listStorageAccountKeys.ts",
|
|
|
|
"provider.ts",
|
2021-10-07 19:39:19 +00:00
|
|
|
"tests/codegen.spec.ts",
|
2021-09-23 17:42:20 +00:00
|
|
|
"types/index.ts",
|
|
|
|
"types/input.ts",
|
|
|
|
"types/output.ts",
|
|
|
|
"utilities.ts"
|
|
|
|
]
|
|
|
|
}
|