If you add too much dependencies it gives "Type instantiation is excessively deep and possibly infinite"
When I added last dependency which just and empty object (to avoid circular dependency case) it gives ts error.

https://stackblitz.com/edit/typescript-s5bnzn?file=index.ts
If you add too much dependencies it gives "Type instantiation is excessively deep and possibly infinite"

When I added last dependency which just and empty object (to avoid circular dependency case) it gives ts error.
https://stackblitz.com/edit/typescript-s5bnzn?file=index.ts