UNPKG

@angular-eslint/schematics

Version:
10 lines 227 B
/** * Options available to the ng-add schematic. */ export interface Schema { /** * Skip installing dependencies after modifying package.json. */ skipInstall?: boolean; } //# sourceMappingURL=schema.d.ts.map