🔧 Update tsconfig.json
This commit is contained in:
parent
adb6f6a1d8
commit
1d8cefe221
1 changed files with 3 additions and 7 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"compilerOptions": {
|
||||
"lib": [
|
||||
"es2017",
|
||||
"es2019.array"
|
||||
"es2019"
|
||||
],
|
||||
"types": [
|
||||
"node",
|
||||
|
|
@ -18,16 +18,12 @@
|
|||
"outDir": "./dist/",
|
||||
"target": "es2019",
|
||||
"sourceMap": true,
|
||||
"esModuleInterop": true
|
||||
"esModuleInterop": true,
|
||||
"useUnknownInCatchVariables": false,
|
||||
},
|
||||
"include": [
|
||||
"credentials/**/*",
|
||||
"src/**/*",
|
||||
"nodes/**/*",
|
||||
"nodes/**/*.json",
|
||||
"test/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"**/*.spec.ts"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue