fix(build): update TypeScript build configuration and package metadata

This commit is contained in:
2026-04-30 13:05:50 +00:00
parent 21e40c238c
commit ccc180fb96
7 changed files with 1868 additions and 1636 deletions
+3 -1
View File
@@ -3,8 +3,10 @@
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noImplicitAny": true,
"esModuleInterop": true,
"verbatimModuleSyntax": true
"verbatimModuleSyntax": true,
"types": ["node"]
},
"exclude": [
"dist_*/**/*.d.ts"