UNPKG

ts-patch

Version:

Patch typescript to support custom transformers in tsconfig.json

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