6 lines
124 B
TypeScript

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