初始化

This commit is contained in:
2025-10-03 22:30:54 +08:00
commit c4b3ed5e97
20 changed files with 4321 additions and 0 deletions

7
management/tsconfig.json Normal file
View File

@@ -0,0 +1,7 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
}