elearning/Frontend-Learner/node_modules/vite-plugin-checker/dist/checkers/vueTsc/prepareVueTsc.d.ts

6 lines
100 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
declare function prepareVueTsc(): Promise<{
targetTsDir: string;
}>;
export { prepareVueTsc };