chore: fix build
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m28s

This commit is contained in:
Hewston Fox
2026-03-12 00:46:06 +02:00
parent 55bf63e215
commit 67c2721cff

View File

@@ -20,8 +20,8 @@
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true,
"paths": {
"@/*": ["src/*"],
"@components/*": ["src/components/*"]
"@/*": ["./src/*"],
"@components/*": ["./src/components/*"]
}
},
"include": ["src"]