fix(build): modernize project tooling and test configuration

This commit is contained in:
2026-05-01 18:26:33 +00:00
parent 3d33be0112
commit e37badb157
9 changed files with 6920 additions and 5323 deletions
+3 -1
View File
@@ -5,8 +5,10 @@
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noImplicitAny": true,
"esModuleInterop": true,
"verbatimModuleSyntax": true
"verbatimModuleSyntax": true,
"types": ["node"]
},
"exclude": [
"dist_*/**/*.d.ts"