UNPKG

@gem-mine/rollup-plugin-typescript2

Version:

Seamless integration between Rollup and TypeScript. Now with errors.

7 lines 309 B
import { IContext } from "./context"; import { IOptions } from "./ioptions"; export declare function parseTsConfig(context: IContext, pluginOptions: IOptions): { parsedTsConfig: import("typescript").ParsedCommandLine; fileName: string | undefined; }; //# sourceMappingURL=parse-tsconfig.d.ts.map