79455871

Date: 2025-02-20 21:29:00
Score: 3.5
Natty:
Report link

I've been facing the same issue since version 0.76 (I believe?)

My workaround is just to add another entry for each of them within tsconfig.json :

{
  "compilerOptions": {
    "paths": {
      "@utils": [
        "./src/utils/index"
      ]
      "@utils/*": [
        "./src/utils/*"
      ]
    }
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): facing the same issue
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Eternal Dreamer