mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-12-15 09:03:00 -06:00
Updating the dependencies and tsconfig.json
This commit is contained in:
parent
2a2d8fbd86
commit
59bed496e7
2 changed files with 11 additions and 12 deletions
|
|
@ -1,30 +1,29 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"lib": [
|
||||
"es2017",
|
||||
"es2019.array"
|
||||
"dom",
|
||||
"es2019"
|
||||
],
|
||||
"types": [
|
||||
"node",
|
||||
"jest"
|
||||
],
|
||||
"module": "commonjs",
|
||||
"noImplicitAny": true,
|
||||
"removeComments": true,
|
||||
"strictNullChecks": true,
|
||||
"strict": true,
|
||||
"preserveConstEnums": true,
|
||||
"resolveJsonModule": true,
|
||||
"declaration": true,
|
||||
"outDir": "./dist/",
|
||||
"target": "es2017",
|
||||
"sourceMap": true
|
||||
},
|
||||
"target": "es2019",
|
||||
"sourceMap": true,
|
||||
},
|
||||
"include": [
|
||||
"credentials/**/*",
|
||||
"src/**/*",
|
||||
"nodes/**/*",
|
||||
"nodes/**/*.json",
|
||||
"credentials/translations/**/*.json",
|
||||
"test/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue