export interface Schema {
  compiler?: 'babel' | 'swc' | 'tsc';
  skipFormat?: boolean;
}
