Initial WhaleTown V2 backend

This commit is contained in:
2026-07-20 02:00:52 +08:00
commit c995891c1f
265 changed files with 75689 additions and 0 deletions

13
tsconfig.build.json Normal file
View File

@@ -0,0 +1,13 @@
{
"extends": "./tsconfig.json",
"exclude": [
"node_modules",
"dist",
"client",
"**/*.spec.ts",
"**/*.test.ts",
"**/*test.base.ts",
"**/tests/**/*",
"test/**/*"
]
}