I found that most typescript monorepo guides are quite terrible in that they leave a lot of very important stuff out and only address the basics. This was a real pain when I was setting up my own monorepo and now that I have a better sense of wanted to try to mitigate this.
My guide is definitely esoteric and uses non conventional tooling but I found this works best.
1 comment
[ 2.8 ms ] story [ 14.6 ms ] threadI found that most typescript monorepo guides are quite terrible in that they leave a lot of very important stuff out and only address the basics. This was a real pain when I was setting up my own monorepo and now that I have a better sense of wanted to try to mitigate this.
My guide is definitely esoteric and uses non conventional tooling but I found this works best.
There is also a repo to go with it https://github.com/CryogenicPlanet/typescript-monorepo-examp...