began multiplayer

This commit is contained in:
2026-02-21 13:53:08 +01:00
parent 6412ba2a62
commit 16519532c1
5 changed files with 146 additions and 56 deletions

View File

@@ -1 +1,14 @@
{}
{
"compilerOptions": {
"target": "ES2021",
"module": "ESNext",
"moduleResolution": "Bundler",
"lib": ["ES2021", "DOM", "DOM.Iterable"],
"types": ["vite/client"],
"allowJs": false,
"isolatedModules": true,
"noEmit": true,
"skipLibCheck": true
},
"include": ["src"]
}