# TypeStrong/fork-ts-checker-webpack-plugin

Webpack plugin that runs typescript type checker on a separate process.

Repository: https://github.com/TypeStrong/fork-ts-checker-webpack-plugin
Canonical: https://ross.abutalabs.com/products/fork-ts-checker-webpack-plugin
Language: TypeScript
License: MIT
License Family: permissive
Topics: typescript, webpack, ts-loader, plugin, webpack-plugin, speedup, checker, eslint, babel-loader, vue
Last push: 2026-02-21T16:30:40+00:00

## Health v2 (maintenance only)
Score: 65/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 68, release rhythm 40, longevity 100
- inputs: {"age_days": 3417, "days_push": 193, "days_rel": 517, "gap_med": 3, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1999, forks 257 (observed 2026-08-28T04:06:03.766253+00:00)

## What it is
A Webpack plugin that runs TypeScript type checking in a separate worker process to speed up builds. It supports project references, incremental mode, and nice code-frame error messages.

## Use cases
- speed up webpack builds with typescript type checking
- run tsc type checker in a separate process during webpack build
- type check typescript without blocking webpack compilation
- add typescript checking to ts-loader webpack setup
- check typescript project references incrementally in webpack
- show pretty typescript errors with code frames in webpack

## When to choose
- you use webpack 5 with ts-loader or babel-loader and want faster type checking
- your webpack builds are slowed down by synchronous TypeScript checking
- you want incremental TypeScript checking with project references support

## When to avoid
- you use webpack 4 or older TypeScript (use plugin version 6 instead)
- you need Vue.js support (use version 6)
- you don't use webpack as your bundler

## Facets
- artifact type: plugin
- maturity: active
- function: build-tool, type-system, developer-tools
- domain: web-development, frontend, developer-tools, programming-languages
- platform: -
- tags: webpack-plugin, typescript, type-checking, eslint, vue, babel-loader, async-type-checking, nodejs, javascript

## Member repositories
- TypeStrong/fork-ts-checker-webpack-plugin (main) score 65

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:03.766253+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:02:09.934307+00:00, confidence not recorded.
  - readme: https://github.com/TypeStrong/fork-ts-checker-webpack-plugin (fetched 2026-08-28T04:06:03.766253+00:00, sha 741ca700719f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
