Refactors SpawnHandler to RoomRunner

This commit is contained in:
2025-07-13 21:27:22 -03:00
parent 56e626e575
commit 6e8c8ae428
3 changed files with 29 additions and 37 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES6",
"lib": ["ES2015", "DOM"],
"lib": ["ES2017", "DOM"],
"module": "commonjs",
"moduleResolution": "node",
"outDir": "dist",