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/

5 lines (4 loc) 261 B
import ts from 'typescript'; import { TypescriptWorkerOptions } from './types'; export declare function parseConfig(pathConfig: string, workerData: TypescriptWorkerOptions): ts.ParsedCommandLine; export declare function getParsedConfig(): ts.ParsedCommandLine;