mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat: Upgrade nodes-base package to use modern tsconfig.json (no-changelog) (#16884)
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
],
|
||||
"references": [
|
||||
{ "path": "../../core/tsconfig.build.json" },
|
||||
{ "path": "../../nodes-base/tsconfig.build.json" },
|
||||
{ "path": "../../nodes-base/tsconfig.build.cjs.json" },
|
||||
{ "path": "../../workflow/tsconfig.build.esm.json" }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
"moduleDetection": "force",
|
||||
"isolatedModules": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"incremental": true,
|
||||
|
||||
"strict": true,
|
||||
"noUncheckedIndexedAccess": true,
|
||||
|
||||
Reference in New Issue
Block a user