fix(build): tighten TypeScript build configuration and refresh package metadata

This commit is contained in:
2026-04-30 10:03:06 +00:00
parent b2b843e823
commit 8fabbf6740
5 changed files with 517 additions and 2390 deletions
+1
View File
@@ -5,6 +5,7 @@
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noImplicitAny": true,
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"types": ["node"]