mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Cleanup unneeded config changes
This commit is contained in:
parent
acff5529c3
commit
e22e236251
|
@ -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:"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
"tsBuildInfoFile": "dist/build.tsbuildinfo"
|
||||
},
|
||||
"include": [
|
||||
"types.d.ts",
|
||||
"credentials/**/*.ts",
|
||||
"nodes/**/*.ts",
|
||||
"nodes/**/*.json",
|
||||
|
|
|
@ -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" },
|
||||
|
|
Loading…
Reference in a new issue