UNPKG

tsc-suppress

Version:

Run the Typescript compiler in transpile-only mode

10 lines (9 loc) 212 B
declare type Argv = { compiler: string; project: string; watch: boolean; help: boolean; _?: string[]; }; declare const _default: (args?: Argv | undefined) => Promise<void>; export = _default;