mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
3 lines
125 B
TypeScript
3 lines
125 B
TypeScript
import * as tsTypes from "typescript";
|
|
export declare function checkTsConfig(parsedConfig: tsTypes.ParsedCommandLine): void;
|