How do I 'Go To Type Declaration' of the source? Follow
I am running a monorepo and have `/packages` that get compiled to `/node_modules`. Is there anyway to tell WebStorm where the source for these libraries are so that when I hit my shortcut for `Go To Type Declaration` it takes me to the source rather than deep into `/node_modules`
Please sign in to leave a comment.
This should normally work
Could you share a test repo theissue can be repeated with?
Maybe I can find the time at some point but that would be significant work. A quick description... It is a monorepo with expo, expo-yarn-workspaces and yarn2.
Elena Pogorelova
Any chance you could explain or share documentation on how it works? `main` in the `package.json` points to a compiled `index.js`. Is the source directory supposed to be defined in `package.json` as well?