pong now in TypeScript

This commit is contained in:
LuckyLaszlo
2022-10-19 17:42:44 +02:00
parent 6b495399c0
commit 1d58342c0f
7 changed files with 541 additions and 298 deletions

5
package.json Normal file
View File

@@ -0,0 +1,5 @@
{
"devDependencies": {
"typescript": "^4.8.4"
}
}