export interface ITscExecOptions {
    tscPath: string;
    useTscParams?: boolean;
    checkNoImplicitAny?: boolean;
}
