Created
January 15, 2019 23:40
-
-
Save nweldev/a48a2b57781bf5ab8cb6a22a92789aa4 to your computer and use it in GitHub Desktop.
Angular.json root schema
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
... | |
"type": "object", | |
"properties": {...}, | |
"additionalProperties": false, | |
"required": ["version"], | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment