Initial commit
This commit is contained in:
21
sdk/nodejs/tsconfig.json
Normal file
21
sdk/nodejs/tsconfig.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "bin",
|
||||
"target": "es2016",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"declaration": true,
|
||||
"sourceMap": true,
|
||||
"stripInternal": true,
|
||||
"experimentalDecorators": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"strict": true
|
||||
},
|
||||
"files": [
|
||||
"index.ts",
|
||||
"provider.ts",
|
||||
"random.ts",
|
||||
"utilities.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user