mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-12-11 23:48:07 -06:00
Fix "glob-parent" vulnerability; update tslint and tsconfig
This commit is contained in:
parent
f8ecf587f8
commit
58b5d0d9c0
3 changed files with 33 additions and 4 deletions
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"lib": [
|
||||
"es2017"
|
||||
"es2017",
|
||||
"es2019.array"
|
||||
],
|
||||
"types": [
|
||||
"node",
|
||||
|
|
@ -13,6 +14,7 @@
|
|||
"strictNullChecks": true,
|
||||
"strict": true,
|
||||
"preserveConstEnums": true,
|
||||
"resolveJsonModule": true,
|
||||
"declaration": true,
|
||||
"outDir": "./dist/",
|
||||
"target": "es2017",
|
||||
|
|
@ -22,6 +24,7 @@
|
|||
"credentials/**/*",
|
||||
"src/**/*",
|
||||
"nodes/**/*",
|
||||
"nodes/**/*.json",
|
||||
"test/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue