fix(package): modernize package configuration and stabilize ping typings and tests

This commit is contained in:
2026-05-01 21:44:49 +00:00
parent 2632bf2082
commit 1477ceda5d
12 changed files with 7001 additions and 17554 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"