添加前后端

This commit is contained in:
小贺
2025-08-31 18:43:16 +08:00
parent 62bab70b08
commit 8de03156e1
28 changed files with 4161 additions and 0 deletions

7
front/tsconfig.json Normal file
View File

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