fix: remove WebSocket type from tsconfig to streamline type definitions

This commit is contained in:
2025-10-26 15:19:19 +01:00
parent 394ebfd76c
commit 9e70fcb28a
+1 -1
View File
@@ -3,7 +3,7 @@
"target": "ES2020", "target": "ES2020",
"module": "commonjs", "module": "commonjs",
"lib": ["ES2020"], "lib": ["ES2020"],
"types": ["node", "ws"], "types": ["node"],
"outDir": "./dist", "outDir": "./dist",
"rootDir": "./src", "rootDir": "./src",
"strict": true, "strict": true,