Fix TypeScript: add @types/ws and RawData type for WebSocket message

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-17 18:08:14 +03:00
parent 3506105fc1
commit 25b1a96740
3 changed files with 14 additions and 2 deletions

View File

@@ -26,6 +26,7 @@
"@types/node": "^20.14.0",
"@types/nodemailer": "^7.0.11",
"@types/pg": "^8.11.6",
"@types/ws": "^8.18.1",
"tsx": "^4.15.7",
"typescript": "^5.4.5"
}