Skip to content

Commit

Permalink
fix(@angular/cli): add $schema as a schema prop (#4779)
Browse files Browse the repository at this point in the history
Fixes "Property $schema is not allowed" error on editors.
  • Loading branch information
filipesilva authored and hansl committed Feb 17, 2017
1 parent db80d6c commit ab06196
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/@angular/cli/lib/config/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"title": "Angular CLI Config Schema",
"type": "object",
"properties": {
"$schema": {
"type": "string"
},
"project": {
"description": "The global configuration of the project.",
"type": "object",
Expand Down

0 comments on commit ab06196

Please sign in to comment.