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,
|
"noFallthroughCasesInSwitch": true,
|
||||||
"noUncheckedSideEffectImports": true,
|
"noUncheckedSideEffectImports": true,
|
||||||
"paths": {
|
"paths": {
|
||||||
"@/*": ["src/*"],
|
"@/*": ["./src/*"],
|
||||||
"@components/*": ["src/components/*"]
|
"@components/*": ["./src/components/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"include": ["src"]
|
"include": ["src"]
|
||||||
|
|||||||
Reference in New Issue
Block a user