UNPKG

kist

Version:

Lightweight Package Pipeline Processor with Plugin Architecture

8 lines 359 B
import { Action } from "../../core/pipeline/Action.js"; import { ActionOptionsType } from "../../types/ActionOptionsType.js"; export declare class TypeScriptCompilerAction extends Action { execute(options: ActionOptionsType): Promise<void>; private loadAndParseTsConfig; describe(): string; } //# sourceMappingURL=TypeScriptCompilerAction.d.ts.map