Using with monorepo
To use ts-jest
in a project with monorepo structure, you'll need to use Jest projects configuration.
When using Jest projects
configuration, Jest will run ts-jest
against each project which is defined in the configuration.
One should not be confused between the term monorepo vs TypeScript project references. These are 2 different terms.