mirror of
https://github.com/tuxdotrs/trok.git
synced 2025-07-08 12:36:33 +05:30
feat: add path aliases
This commit is contained in:
@ -18,7 +18,11 @@
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noUncheckedSideEffectImports": true
|
||||
"noUncheckedSideEffectImports": true,
|
||||
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"include": ["vite.config.ts"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user