import { tsModule } from "./tsproxy"; export interface IOptions { include: string | string[]; exclude: string | string[]; check: boolean; verbosity: number; clean: boolean; cacheRoot: string; abortOnError: boolean; rollupCommonJSResolveHack: boolean; tsconfig?: string; useTsconfigDeclarationDir: boolean; typescript: typeof tsModule; tsconfigOverride: any; tsconfigDefaults: any; }