initial commit
This commit is contained in:
30
sdk/nodejs/tsconfig.json
generated
Normal file
30
sdk/nodejs/tsconfig.json
generated
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user