convert to TypeScript and fix bugs

This commit is contained in:
2022-06-11 20:49:24 +02:00
parent a069be9a69
commit 5baa352b04
9 changed files with 670 additions and 106 deletions
+5
View File
@@ -11,6 +11,11 @@
"license": "ISC",
"dependencies": {
"express": "^4.18.1",
"serialize-anything": "^1.1.10",
"socket.io": "^4.5.1"
},
"devDependencies": {
"@types/express": "^4.17.13",
"typescript": "^4.7.3"
}
}