Skip to content

Instantly share code, notes, and snippets.

@nweldev
Created January 15, 2019 23:40
Show Gist options
  • Save nweldev/a48a2b57781bf5ab8cb6a22a92789aa4 to your computer and use it in GitHub Desktop.
Save nweldev/a48a2b57781bf5ab8cb6a22a92789aa4 to your computer and use it in GitHub Desktop.
Angular.json root schema
{
...
"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