🔄Update: 构建前端项目框架

This commit is contained in:
2025-10-07 21:40:00 +08:00
parent 58f0db1b1d
commit 8e71ee682c
13 changed files with 4118 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}