Skip to content

Instantly share code, notes, and snippets.

@nweldev
Last active January 15, 2019 21:21
Show Gist options
  • Save nweldev/2a3ff8fac9666f111d7683e0f421e8ce to your computer and use it in GitHub Desktop.
Save nweldev/2a3ff8fac9666f111d7683e0f421e8ce to your computer and use it in GitHub Desktop.
Angular.json Schema newProjectRoot property
{
...
"properties": {
...
"newProjectRoot": {
"type": "string",
"description": "Path where new projects will be created."
},
...
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment