Typescript monorepos with pnpm, typescript project references, esbuild ...(cryogenicplanet.tech)
cryogenicplanet.tech
Typescript monorepos with pnpm, typescript project references, esbuild ...
https://cryogenicplanet.tech/posts/typescript-monorepo
https://cryogenicplanet.tech/posts/typescript-monorepo
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.
There is also a repo to go with it https://github.com/CryogenicPlanet/typescript-monorepo-examp...