UNPKG

213 BTypeScriptView Raw
1import { CompilerOptions } from 'typescript';
2import { FileSystemCompilerHost } from './compiler-host';
3export declare function getFileSystemCompilerHostInstance(options: CompilerOptions): FileSystemCompilerHost;