export interface Config { custom: string; input: string[]; output: string; root: string; typescript: boolean; }