UNPKG

ts-patch

Version:

Patch typescript to support custom transformers in tsconfig.json

3 lines (2 loc) 183 B
import ts from 'typescript'; export declare function createMergeStatementsTransformer(baseSourceFile: ts.SourceFile, sourceFile: ts.SourceFile): ts.TransformerFactory<ts.SourceFile>;