UNPKG

vite-typescript-plugin

Version:

A Vite plugin for seamless integration between Vite and Typescript.

3 lines (2 loc) 160 B
import { CustomCompilerHost } from "./"; export declare function readFile(this: CustomCompilerHost, fileName: string, encoding?: string): string | undefined;