UNPKG

vite-plugin-checker

Version:

Vite plugin that runs TypeScript type checker on a separate process.

4 lines (2 loc) 77 B
type DisplayTarget = 'overlay' | 'terminal'; export type { DisplayTarget };