1
0
forked from noxious/server

auth logic (WIP), socket work (WIP)

This commit is contained in:
2024-05-04 00:28:15 +02:00
parent a766fd8882
commit 0a51c72cc8
5 changed files with 121 additions and 532 deletions

View File

@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2018",
"target": "ESNext",
"module": "commonjs",
"strict": false,
"esModuleInterop": true,