mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
⚡ Make sure that Node Codex get included in build
This commit is contained in:
parent
f258f3ca33
commit
5a8ef557ad
|
@ -13,6 +13,7 @@
|
||||||
"strictNullChecks": true,
|
"strictNullChecks": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"preserveConstEnums": true,
|
"preserveConstEnums": true,
|
||||||
|
"resolveJsonModule": true,
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"outDir": "./dist/",
|
"outDir": "./dist/",
|
||||||
"target": "es2017",
|
"target": "es2017",
|
||||||
|
@ -22,6 +23,7 @@
|
||||||
"credentials/**/*",
|
"credentials/**/*",
|
||||||
"src/**/*",
|
"src/**/*",
|
||||||
"nodes/**/*",
|
"nodes/**/*",
|
||||||
|
"nodes/**/*.json",
|
||||||
"test/**/*"
|
"test/**/*"
|
||||||
],
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
|
Loading…
Reference in a new issue