🆕 新增前端脚手架

This commit is contained in:
李寻欢
2024-07-04 14:46:12 +08:00
parent b806ade655
commit 45db832dad
30 changed files with 755 additions and 0 deletions

11
frontend/tsconfig.json Normal file
View File

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