UNPKG

ts-checker-rspack-plugin

Version:

Runs typescript type checker and linter on separate process.

5 lines (4 loc) 173 B
import type { Issue } from '../issue'; type Formatter = (issue: Issue) => string; type FormatterPathType = 'relative' | 'absolute'; export { Formatter, FormatterPathType };