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