feature/admin-system-and-location-broadcast #36

Merged
moyin merged 10 commits from feature/admin-system-and-location-broadcast into main 2026-01-08 23:10:09 +08:00
Showing only changes of commit 931ccc4440 - Show all commits

12
tsconfig.build.json Normal file
View File

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