fix(build): add Node types to tsconfig and update build dependencies for tsbuild 4.4.x

This commit is contained in:
2026-04-30 08:35:36 +00:00
parent 394d4e5b27
commit 1556a14a09
9 changed files with 893 additions and 11296 deletions
+4 -1
View File
@@ -7,7 +7,10 @@
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"strict": true
"strict": true,
"types": [
"node"
]
},
"exclude": [
"dist_*/**/*.d.ts"