UNPKG

ttypescript

Version:

Over TypeScript tool to use custom transformers in the tsconfig.json

8 lines (7 loc) 223 B
import * as TS from 'typescript'; declare type ts = typeof TS; export declare function loadTypeScript(filename: string, { folder, forceConfigLoad }?: { folder?: string; forceConfigLoad?: boolean; }): ts; export {};