ts-patch
Version: 
Patch typescript to support custom transformers in tsconfig.json
19 lines (18 loc) • 645 B
TypeScript
import ts from 'typescript';
/**
 * Root directory for ts-patch
 */
export declare const appRoot: string;
/**
 * Package json for ts-patch
 */
export declare const tspPackageJSON: any;
export declare const RESOURCES_PATH: string;
export declare const defaultNodePrinterOptions: ts.PrinterOptions;
export declare const defaultInstallLibraries: string[];
export declare const corePatchName = "<core>";
export declare const modulePatchFilePath: string;
export declare const dtsPatchFilePath: string;
export declare const execTscCmd = "execTsc";
export declare const cachedFilePatchedPrefix = "patched.";
export declare const lockFileDir = "locks";