chore: refactor GameApp.ts into parts

This commit is contained in:
2026-03-11 18:21:51 -04:00
parent caa9d40cba
commit 5727cb0e88
19 changed files with 2322 additions and 1762 deletions

View File

@@ -4,6 +4,7 @@
"useDefineForClassFields": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"lib": ["ES2022", "DOM"],
"strict": true,
"noEmit": true,