79443276

Date: 2025-02-16 14:14:11
Score: 1
Natty:
Report link

There is a package called tsc-alias include it along side scripts in package.json npx tsc && tsc-alias this would resolve the paths so that we can run it with node. I believe this is much easier and cleaner

 "scripts": {
  "build": "npx tsc && tsc-alias"
 }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Muhammed Sirajudeen