/** ***************************************** * 配置 ***************************************** */ export interface Options { context?: string; watch?: boolean; argv?: string[]; include: string[]; exclude?: string[]; } /** ***************************************** * 编译项目 ***************************************** */ export declare function compile(options: Options): void; //# sourceMappingURL=compiler.d.ts.map