DEV Community

Discussion on: It is OK to keep random things in a single monorepo

Collapse
 
qm3ster profile image
Mihail Malo

I was terrified of monorepos because they ruin VSCode tooling for me, namely:

  • TypeScript
  • Relative links in console (eg exceptions)
  • Opening console to the project dir

Then one day I added the individual module folders to a VSCode "workspace", and also added the monorepo root in case I want to tweak something there...
And it all just started working perfectly.

Monorepos here I come :v