UNPKG

ts-checker-rspack-plugin

Version:

Runs typescript type checker and linter on separate process.

5 lines (4 loc) 280 B
import type * as rspack from '@rspack/core'; import type { TsCheckerRspackPluginState } from '../plugin-state'; declare function tapAfterEnvironmentToPatchWatching(compiler: rspack.Compiler, state: TsCheckerRspackPluginState): void; export { tapAfterEnvironmentToPatchWatching };