UNPKG

rollup-plugin-typescript2

Version:

Seamless integration between Rollup and TypeScript. Now with errors.

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