UNPKG

@o3r/core

Version:
9 lines 282 B
import type { JsonObject } from '@angular-devkit/core'; /** Library builder */ export interface NgcBuilderSchema extends JsonObject { /** The path to tsconfig file. */ tsConfig: string; /** Enable watch mode. */ watch: boolean; } //# sourceMappingURL=schema.d.ts.map