fix(build): enforce stricter TypeScript checks and update build dependencies

This commit is contained in:
2026-04-30 08:51:24 +00:00
parent d526a7d8dd
commit 26d0fed2d4
9 changed files with 705 additions and 307 deletions
+2 -1
View File
@@ -7,6 +7,7 @@
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"noImplicitAny": true,
"types": [
"node"
]
@@ -14,4 +15,4 @@
"exclude": [
"dist_*/**/*.d.ts"
]
}
}