feat: Upgrade nodes-base package to use modern tsconfig.json (no-changelog) (#16884)

This commit is contained in:
Alex Grozav
2025-07-04 14:55:39 +03:00
committed by GitHub
parent 5733999de5
commit d754ce922d
37 changed files with 165 additions and 143 deletions

View File

@@ -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" }
]
}

View File

@@ -8,6 +8,7 @@
"moduleDetection": "force",
"isolatedModules": true,
"verbatimModuleSyntax": true,
"incremental": true,
"strict": true,
"noUncheckedIndexedAccess": true,