UNPKG

ttsc

Version:

General-purpose TypeScript-Go compiler, runtime, plugin host, and LSP host.

6 lines (5 loc) 239 B
/** * Refuse an explicit cache directory whose wholesale removal could delete the * project or an entire filesystem volume. */ export declare function assertSafeExplicitCacheDirectory(projectRoot: string, cacheDirectory: string): void;