You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I spent wayyy too long trying to figure out why I was seeing this issue in my project. Thanks a ton for the the workaround described in your PR@jasongerbes (and for this issue in general).
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
If we missed this issue please reply to keep it active.
Thanks for being a part of the Nx community! 🙏
Current Behavior
An Nx workspace with multiple TypeScript libraries can resolve implicit types to imports from
dist
, for example:Expected Behavior
All types from internal libraries should be resolved to the relevant node module, for example:
Steps to Reproduce
See the related
nx-examples
PR: nrwl/nx-examples#205Environment
The text was updated successfully, but these errors were encountered: