79674063

Date: 2025-06-21 00:53:57
Score: 0.5
Natty:
Report link

In recent React versions you can just simply add the mappings in the tsconfig.json file:

{
  "compilerOptions": {
    "paths": {
      "@Components": ["./src/components"],
      "@Components/*": ["./src/components/*"]
    }
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Victor Vargas