fix(build): modernize package exports, tooling configuration, and test setup

This commit is contained in:
2026-05-01 18:29:53 +00:00
parent e42d8fd229
commit 536e3c52d4
10 changed files with 7063 additions and 4113 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"