Add resolver to vite.config.js

This commit is contained in:
2025-02-16 21:36:56 +01:00
parent 9e9ba8efbb
commit 9b21cfee40
2 changed files with 24 additions and 4 deletions

8
jsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}