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:", "typedi": "catalog:",
"uuid": "catalog:", "uuid": "catalog:",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz", "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
"xml2js": "catalog:", "xml2js": "catalog:"
"zod": "catalog:"
} }
} }

View file

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

View file

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