feat(package): improve package metadata and standardize project configuration

This commit is contained in:
2026-04-30 08:39:35 +00:00
parent d079f245ef
commit f4673c3029
9 changed files with 1883 additions and 1669 deletions
+5 -1
View File
@@ -4,7 +4,11 @@
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"verbatimModuleSyntax": true
"verbatimModuleSyntax": true,
"noImplicitAny": true,
"types": [
"node"
]
},
"exclude": [
"dist_*/**/*.d.ts"