Cleanup unneeded config changes

This commit is contained in:
Elias Meire 2024-09-25 12:19:34 +02:00
parent acff5529c3
commit e22e236251
No known key found for this signature in database
3 changed files with 2 additions and 10 deletions

View file

@ -898,7 +898,6 @@
"typedi": "catalog:",
"uuid": "catalog:",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
"xml2js": "catalog:",
"zod": "catalog:"
"xml2js": "catalog:"
}
}

View file

@ -5,7 +5,6 @@
"tsBuildInfoFile": "dist/build.tsbuildinfo"
},
"include": [
"types.d.ts",
"credentials/**/*.ts",
"nodes/**/*.ts",
"nodes/**/*.json",

View file

@ -12,13 +12,7 @@
"noImplicitReturns": false,
"useUnknownInCatchVariables": false
},
"include": [
"types.d.ts",
"credentials/**/*.ts",
"nodes/**/*.ts",
"test/**/*.ts",
"utils/**/*.ts"
],
"include": ["credentials/**/*.ts", "nodes/**/*.ts", "test/**/*.ts", "utils/**/*.ts"],
"references": [
{ "path": "../@n8n/imap/tsconfig.build.json" },
{ "path": "../workflow/tsconfig.build.json" },