feat(transport): implement WebSocket-based isotransport client and server API with typed events and end-to-end tests

This commit is contained in:
2026-05-02 10:25:22 +00:00
parent 364b5b61f1
commit 370d079d52
13 changed files with 8192 additions and 3945 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"