-
Notifications
You must be signed in to change notification settings - Fork 23
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
Problem with "paths" in tsconfig configuration #126
Comments
have you tried @rollup/plugin-alias? |
and it also would be great if dts can auto read aliases from tsconfig.json => paths. |
@aladdin-add thank you very much. I just tried but no luck :( I have also renamed all the path to be |
looks like rpt2 will read the paths in your see the branch: https://github.com/weiran-zsd/dts-cli/tree/issue126 |
Hello. Thank for the awesome library.
I am currently using
paths
in my tsconfig as I have a very complex structure folder. The project itself compiles perfectly but when it's bundled I get imports error (I am using theexample
folder to test the project).Is there a way to make sure the paths are compiled correctly when the project is bundled?
Your environment
The text was updated successfully, but these errors were encountered: