feat: add path aliases

This commit is contained in:
tux
2025-03-04 18:45:59 +05:30
parent f7b42a29bf
commit f8e7b47955
9 changed files with 30 additions and 13 deletions

View File

@ -18,7 +18,11 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
"noUncheckedSideEffectImports": true,
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["vite.config.ts"]
}