UNPKG

vite-plugin-checker

Version:

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

5 lines (3 loc) 181 B
declare function normalizePath(p: string, cwd: string): string; declare function readSources(files: string[]): Promise<Map<string, string>>; export { normalizePath, readSources };