diff --git a/packages/angular/cli/lib/config/workspace-schema.json b/packages/angular/cli/lib/config/workspace-schema.json index d3364a054d3b..b40cee9713bc 100644 --- a/packages/angular/cli/lib/config/workspace-schema.json +++ b/packages/angular/cli/lib/config/workspace-schema.json @@ -139,7 +139,10 @@ "type": "object", "properties": { "cli": { - "$ref": "#/definitions/cliOptions" + "defaultCollection": { + "description": "The default schematics collection to use.", + "type": "string" + } }, "schematics": { "$ref": "#/definitions/schematicOptions"