修改基础配置

This commit is contained in:
wzy-warehouse
2026-04-07 21:01:52 +08:00
parent b87a0e71db
commit 720b71bd9a
5 changed files with 60 additions and 59 deletions
+7 -3
View File
@@ -1,7 +1,11 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
}
]
}
}