Ahh, so that's part of "workspaces". When you set the workspace in the package.json, npm will hoist any packages in there to the root level node_module. From there it's just node's module resolution.

Project refs just tell the IDE about the Types. Workspaces tell the IDE where things are

Comments