UNPKG

angular-json-modifer

Version:

Angular6 module allows you to modify angular.json of your project for different types of assemblies

5 lines (4 loc) 99 B
export interface Config { configurationKeys: Array<string>; projectTypes: Array<string>; }