mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
4 lines
223 B
TypeScript
4 lines
223 B
TypeScript
import * as tsTypes from "typescript";
|
|
import { IOptions } from "./ioptions";
|
|
export declare function getOptionsOverrides({ useTsconfigDeclarationDir, cacheRoot }: IOptions, tsConfigJson?: any): tsTypes.CompilerOptions;
|