UNPKG

ts-patch

Version:

Patch typescript to support custom transformers in tsconfig.json

6 lines (5 loc) 159 B
import { InstallerOptions } from '../options'; /** * Patch TypeScript modules */ export declare function install(opts?: Partial<InstallerOptions>): boolean;