Skip to content

Commit ab06196

Browse files
filipesilvahansl
authored andcommitted
fix(@angular/cli): add $schema as a schema prop (angular#4779)
Fixes "Property $schema is not allowed" error on editors.
1 parent db80d6c commit ab06196

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/@angular/cli/lib/config/schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"title": "Angular CLI Config Schema",
55
"type": "object",
66
"properties": {
7+
"$schema": {
8+
"type": "string"
9+
},
710
"project": {
811
"description": "The global configuration of the project.",
912
"type": "object",

0 commit comments

Comments
 (0)