UNPKG

223 BTypeScriptView Raw
1import * as TS from 'typescript';
2declare type ts = typeof TS;
3export declare function loadTypeScript(filename: string, { folder, forceConfigLoad }?: {
4 folder?: string;
5 forceConfigLoad?: boolean;
6}): ts;
7export {};