🔀 Merge master
This commit is contained in:
commit
455342bd4e
9 changed files with 74 additions and 51 deletions
|
|
@ -2,11 +2,10 @@
|
|||
"compilerOptions": {
|
||||
"lib": [
|
||||
"es2017",
|
||||
"es2019.array"
|
||||
"es2019"
|
||||
],
|
||||
"types": [
|
||||
"node",
|
||||
"jest"
|
||||
],
|
||||
"module": "commonjs",
|
||||
"noImplicitAny": true,
|
||||
|
|
@ -19,17 +18,13 @@
|
|||
"outDir": "./dist/",
|
||||
"target": "es2019",
|
||||
"sourceMap": true,
|
||||
"esModuleInterop": true
|
||||
"esModuleInterop": true,
|
||||
"useUnknownInCatchVariables": false,
|
||||
},
|
||||
"include": [
|
||||
"credentials/**/*",
|
||||
"package.json",
|
||||
"src/**/*",
|
||||
"nodes/**/*",
|
||||
"nodes/**/*.json",
|
||||
"test/**/*"
|
||||
"package.json",
|
||||
],
|
||||
"exclude": [
|
||||
"**/*.spec.ts"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue