clean generated SDKs

This commit is contained in:
2025-04-24 15:36:51 -04:00
parent ee34514a18
commit b649164b63
60 changed files with 0 additions and 2695 deletions

View File

@@ -1,30 +0,0 @@
{
"compilerOptions": {
"outDir": "bin",
"target": "es2016",
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
"sourceMap": true,
"stripInternal": true,
"experimentalDecorators": true,
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true,
"strict": true
},
"files": [
"config/index.ts",
"config/vars.ts",
"getDataSource.ts",
"index.ts",
"provider.ts",
"region/index.ts",
"resource.ts",
"types/enums/index.ts",
"types/enums/region/index.ts",
"types/index.ts",
"types/input.ts",
"types/output.ts",
"utilities.ts"
]
}