phase-7: code restructure

This commit is contained in:
Kazuma
2026-06-05 22:05:55 -04:00
committed by Kazuma
parent 2b785aa861
commit 5b32bd7a04
108 changed files with 8931 additions and 3434 deletions
+1 -1
View File
@@ -9,6 +9,6 @@
"allowImportingTsExtensions": true,
"resolveJsonModule": true
},
"include": ["server/**/*", "bin/**/*"],
"include": ["server/**/*", "bin/**/*", "tests/**/*", "scripts/**/*"],
"exclude": ["node_modules", "ui"]
}