UNPKG

ts-checker-rspack-plugin

Version:

Runs typescript type checker and linter on separate process.

5 lines (4 loc) 256 B
import type * as rspack from '@rspack/core'; import type { TsCheckerRspackPluginConfig } from '../plugin-config'; declare function tapErrorToLogMessage(compiler: rspack.Compiler, config: TsCheckerRspackPluginConfig): void; export { tapErrorToLogMessage };