fix(build): tighten TypeScript build configuration and fix Deno binary websocket sending

This commit is contained in:
2026-04-30 10:27:40 +00:00
parent a957feb868
commit 9ef4ac4a71
9 changed files with 2011 additions and 3948 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"