@o3r/core
Version:
Core of the Otter Framework
12 lines • 373 B
TypeScript
import type { JsonObject } from '@angular-devkit/core';
/** Library builder */
export interface LibraryBuilderSchema extends JsonObject {
/** The target build to launch. */
target: string;
/**
* Skip the workaround for the Jasmine fixture issue
* @default false
*/
skipJasmineFixtureWorkaround: boolean;
}
//# sourceMappingURL=schema.d.ts.map