UNPKG

lib-tools

Version:

The lib-tools helps you simplify the build, bundle, test and npm packaging workflows for Typescript, JavaScript, Angular library projects and assets module projects.

5 lines (4 loc) 264 B
import { ProjectConfigInternal } from '../models'; export declare function applyProjectExtends(projectConfig: ProjectConfigInternal, projects: { [key: string]: ProjectConfigInternal; } | ProjectConfigInternal[] | undefined, configPath: string): Promise<void>;