fix(build): update build configuration, package metadata, and dependencies

This commit is contained in:
2026-04-30 10:40:22 +00:00
parent 8821d65f6d
commit a3bdada237
8 changed files with 655 additions and 2292 deletions
+2 -2
View File
@@ -3,10 +3,10 @@
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noImplicitAny": true,
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"baseUrl": ".",
"paths": {}
"types": ["node"]
},
"exclude": ["dist_*/**/*.d.ts"]
}