UNPKG

@feeloor/ng-extension-schematics

Version:
29 lines (28 loc) 677 B
{ "$schema": "http://json-schema.org/schema", "id": "SchematicsAngularAddPathAlias", "title": "Angular Add Path Alias", "type": "object", "properties": { "name": { "type": "string", "description": "The name of the alias.", "$default": { "$source": "argv", "index": 0 } }, "path": { "type": "string", "format": "path", "description": "The path to where the alias should point.", "default": "src/app", "$default": { "$source": "argv", "index": 1 } } }, "required": [], "additionalProperties": false }