Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support alias paths by typescript-transform-paths #31

Closed
samchon opened this issue Apr 12, 2022 · 0 comments
Closed

Support alias paths by typescript-transform-paths #31

samchon opened this issue Apr 12, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@samchon
Copy link
Owner

samchon commented Apr 12, 2022

Rather than tsconfig-paths, typescript-transform-paths seems much better. It's because the typescript-transform-paths changes the alias path import statements to be relative by transforming the TypeScript code in the compilation level. Beside, the tsconfig-paths runs on the runtime level like https://github.com/ilearnio/module-alias who
never can avoid the module not found error in the TS-NODE

Therefore, try to use the typescript-transform-paths and test some complicate projects who occurs the #20 error.

@samchon samchon added the enhancement New feature or request label Apr 12, 2022
@samchon samchon self-assigned this Apr 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant