feat: 完善模版

This commit is contained in:
2025-06-26 21:51:57 +08:00
parent 6a18951b07
commit 7fe25251a8
18 changed files with 233 additions and 77 deletions

View File

@@ -1,7 +1,14 @@
{
"files": [],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"types": ["vite-svg-loader"]
},
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
],
"files": []
}