How can I make dependencies in other folders resolve imports from the current build folder’s node_modules?
I’m trying to convert two Angular repos and their two shared submodule dependencies into one monorepo. To prepare for this process, I’ve tried to hoist the shared dependencies out of one of the projects and into a parent directory.