Inside your tsconfig:
tsconfig
"paths": { "@/*": ["./src/*"] },
and in vite.config:
vite.config
alias: { '@': path.resolve(__dirname, './src'), },