UNPKG

ts-checker-rspack-plugin

Version:

Runs typescript type checker and linter on separate process.

4 lines (3 loc) 191 B
import type { TypeScriptWorkerConfig } from './type-script-worker-config'; declare function assertTypeScriptSupport(config: TypeScriptWorkerConfig): void; export { assertTypeScriptSupport };