UNPKG

ts-patch

Version:

Patch typescript to support custom transformers in tsconfig.json

3 lines (2 loc) 159 B
import ts from 'typescript'; export declare function patchEmitterTransformer(context: ts.TransformationContext): (sourceFile: ts.SourceFile) => ts.SourceFile;