universal-hot-reload
universal-hot-reload copied to clipboard
Alias paths doesn't work using node with typescript
@Common module not found
tsconfig.json
{ ... "paths": { "*": ["*"], ... "@common/*": ["src/common/*"], ... } ... }
Command used
ts-node -r tsconfig-paths/register -P tsconfig.json src/index.ts
I appreciate some help here if you can @MostafaYehia ! Are you able to submit a PR please? Thank you!