UNPKG

@rnm/tscx

Version:

A tsc wrapper with many convenient features.

17 lines 441 B
import { type CompilerOptions } from "./compiler.ts"; interface TscxOptions extends CompilerOptions { watch: boolean; } export declare class Action { private readonly options; private lastUpdateTsconfigTime; private readonly compiler; private watcher?; constructor(options: TscxOptions); private watch; private setupWatcher; private cb; start(): void; } export {}; //# sourceMappingURL=action.d.ts.map