fix(build): update toolchain configuration and test error handling for stricter TypeScript builds

This commit is contained in:
2026-04-30 11:56:25 +00:00
parent a51b002141
commit 7339d6c9f0
8 changed files with 2622 additions and 5938 deletions
+2 -2
View File
@@ -5,10 +5,10 @@
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noImplicitAny": true,
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"baseUrl": ".",
"paths": {}
"types": ["node"]
},
"exclude": ["dist_*/**/*.d.ts"]
}