Skip to content

How to speed up the checking of exports

  1. Exclude all directories where your package cannot be found (dist, build, .cache, toolchain, etc).

  2. If you have multiple packages inside a monorepo, use tools to run scripts in parallel and cache the result like nx, turborepo or similar.

  3. Customize the batch value for your project.