diff --git a/CollabTableServer/tsconfig.json b/CollabTableServer/tsconfig.json index abf0b7f..6d52522 100644 --- a/CollabTableServer/tsconfig.json +++ b/CollabTableServer/tsconfig.json @@ -3,7 +3,7 @@ "target": "ES2020", "module": "commonjs", "lib": ["ES2020"], - "types": ["node", "ws"], + "types": ["node"], "outDir": "./dist", "rootDir": "./src", "strict": true,