import { JsonObject } from '@angular-devkit/core'; export interface BuildBuilderSchema extends JsonObject { root: string; outputPath: string; }