universal-hot-reload icon indicating copy to clipboard operation
universal-hot-reload copied to clipboard

Alias paths doesn't work using node with typescript

Open MostafaYehia opened this issue 3 years ago • 1 comments

@Common module not found

tsconfig.json { ... "paths": { "*": ["*"], ... "@common/*": ["src/common/*"], ... } ... }

Command used

ts-node -r tsconfig-paths/register -P tsconfig.json src/index.ts

MostafaYehia avatar Mar 27 '21 16:03 MostafaYehia

I appreciate some help here if you can @MostafaYehia ! Are you able to submit a PR please? Thank you!

yusinto avatar Mar 05 '22 00:03 yusinto