export interface BuildAngularLibraryExecutorOptions { project: string; tailwindConfig?: string; tsConfig?: string; watch?: boolean; }