UNPKG

ts-patch

Version:

Patch typescript to support custom transformers in tsconfig.json

3 lines (2 loc) 127 B
import type { TsPackage } from '../ts-package'; export declare function assertSupportedTypeScript(tsPackage: TsPackage): void;