refactor(*): Add websocket server

This commit is contained in:
Josh Creek
2023-07-09 19:07:14 +01:00
parent 6c3a8b1b6e
commit d70ec4d21d
4 changed files with 132 additions and 5 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}