UNPKG

vite-esbuild-typescript-checker

Version:

* Speeds up [TypeScript](https://github.com/Microsoft/TypeScript) type checking * Supports [Vue Single File Component](https://vuejs.org/v2/guide/single-file-components.html) * Displays nice error messages with the [code frame](https://babeljs.io/docs/en/

3 lines (2 loc) 126 B
import ts from 'typescript'; export declare function createCompilerHost(parsedConfig: ts.ParsedCommandLine): ts.CompilerHost;