UNPKG

vite-typescript-plugin

Version:

A Vite plugin for seamless integration between Vite and Typescript.

4 lines (3 loc) 150 B
import { CustomCompilerHost } from "./"; import ts from "typescript"; export declare function createProgram(this: CustomCompilerHost): ts.Program;