Replies: 1 comment 1 reply
-
Circular dependency graphs are most often solved by a rethink of the way your packages by some minor re-architecting of your packages. Do you have a minimal reproduction you could share? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys. I am trying to figure out how to have two packages import from each other. For background, I have two microservices in my monorepo that make calls to eachother, and I want them to be able to import types from eachother for type safety. The obvious problem is circular dependencies. The the packages reference eachother in the package.json, I get a circular dependency. Is there a better way to do this?
Beta Was this translation helpful? Give feedback.
All reactions