chore: fix build
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m28s
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m28s
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noUncheckedSideEffectImports": true,
|
||||
"paths": {
|
||||
"@/*": ["src/*"],
|
||||
"@components/*": ["src/components/*"]
|
||||
"@/*": ["./src/*"],
|
||||
"@components/*": ["./src/components/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src"]
|
||||
|
||||
Reference in New Issue
Block a user