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

@@ -3,6 +3,9 @@
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"paths": {
"@/*": ["./src/*"]
},
/* Linting */
"strict": true,
"noFallthroughCasesInSwitch": true,