UNPKG

vite-typescript-plugin

Version:

A Vite plugin for seamless integration between Vite and Typescript.

4 lines (3 loc) 165 B
import ts from "typescript"; import { CustomCompilerHost } from "./"; export declare function getCompilerOptions(this: CustomCompilerHost): ts.ParsedCommandLine;