79643699

Date: 2025-05-29 10:04:48
Score: 1
Natty:
Report link

Inside your tsconfig:

"paths": {
      "@/*": ["./src/*"]
    },

and in vite.config:

alias: {
  '@': path.resolve(__dirname, './src'),
},
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Rushil Patel