UNPKG

beesbuild

Version:

构建工具链

4 lines (3 loc) 182 B
import type { BuildContext } from '../types'; import type { CompilerOptions } from 'typescript'; export declare function vueTsc(ctx: BuildContext, _options?: CompilerOptions): void;