Monorepo
Composite Builds
TypeScript has a way of describing a build process as multiple subpieces of a project. This saves from having to build every piece, and instead build …
Read →Jest Setup for a Monorepo
Out of the box, Jest mostly works in a Monorepo environment, with the exception of a few Babel plugins so that (as an example) TypeScript works. Needs: …
Read →Monorepos
Read →