Last active
January 15, 2019 21:21
-
-
Save nweldev/2a3ff8fac9666f111d7683e0f421e8ce to your computer and use it in GitHub Desktop.
Angular.json Schema newProjectRoot property
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
{ | |
... | |
"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