-
Notifications
You must be signed in to change notification settings - Fork 12
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
compilerOptions.paths not relative to ts config file on extends #10
Comments
Thanks for the issue @Chocobozzz. Could you provide a bit more detail, such as what the current behaviour is vs the expected behaviour? |
Sure! We have a tsconfig file defined in resolve-tspaths correctly merge these tsconfig files, but then resolve |
I see, that makes sense. Will look into this and hopefully have a fix soon :) |
@all-contributors add @Chocobozzz for bug report |
I've put up a pull request to add @Chocobozzz! 🎉 |
Hi,
resolve-tspaths correctly handles tsconfig
extends
, but does not resolvecompilerOptions.paths
from tsconfig where it was defined. It means thatpaths
are resolved from the main tsconfig file resulting in invalid path resolution.The text was updated successfully, but these errors were encountered: