79372416

Date: 2025-01-20 19:16:18
Score: 4
Natty:
Report link

If all other things are correct and checked by you, have you set the path alias for '@' in your jsconfig.json file ?

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

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Anup Gopi