UNPKG

vite-plugin-checker

Version:

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

6 lines (4 loc) 100 B
declare function prepareVueTsc(): Promise<{ targetTsDir: string; }>; export { prepareVueTsc };