Add path alias, downgrade vite

This commit is contained in:
2026-03-01 13:24:28 +01:00
parent 5d9d26d22c
commit e1956f1dde
4 changed files with 164 additions and 135 deletions

View File

@@ -15,6 +15,12 @@
// Type Checking & Safety
"strict": true,
"types": ["vite/client"]
"types": ["vite/client"],
// Path Alias
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}