Ok ya so it is setup how I thought it was according to @juri.dev article here from yesterday. So is Nx sync or manually adding them to the references array the only way they get there? What happens if my IDE suggests an import (or does it still?)
https://nx.dev/blog/managing-ts-packages-in-monorepos#improving-performance-with-project-references
https://nx.dev/blog/managing-ts-packages-in-monorepos#improving-performance-with-project-references
Comments
Maybe this will help?
If I am using Project References w/ Workspaces, how does my IDE know where to import my stuff from?
1/x
Project refs just tell the IDE about the Types. Workspaces tell the IDE where things are