Created by: ForbesLindesay
This helps in large projects, where there may be many packages that are type checked using incremental & composite builds in TypeScript. It means you can run create-react-app with type checking fully disabled, and do all that type checking in a separate process.
In CI, this could even enable you to do type checking in a separate, parallel job, further speeding up the build.