UNPKG

ts-patch

Version:

Patch typescript to support custom transformers in tsconfig.json

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