UNPKG

vite-plugin-checker

Version:

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

7 lines 202 B
//#region src/checkers/vueTsc/prepareVueTsc.d.ts declare function prepareVueTsc(): Promise<{ targetTsDir: string; }>; //#endregion export { prepareVueTsc }; //# sourceMappingURL=prepareVueTsc.d.ts.map