UNPKG

ts-patch

Version:

Patch typescript to support custom transformers in tsconfig.json

4 lines (3 loc) 185 B
export declare function getCacheRoot(): string; export declare function getCachePath(key: string, ...p: string[]): string; export declare function getLockFilePath(key: string): string;