mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
10 lines
372 B
TypeScript
10 lines
372 B
TypeScript
import { IContext } from "./context";
|
|
import { IOptions } from "./ioptions";
|
|
export declare function parseTsConfig(context: IContext, pluginOptions: IOptions, buildStatus: {
|
|
error: boolean;
|
|
warning: boolean;
|
|
}): {
|
|
parsedTsConfig: import("typescript").ParsedCommandLine;
|
|
fileName: string | undefined;
|
|
};
|
|
//# sourceMappingURL=parse-tsconfig.d.ts.map
|