Last active
January 15, 2019 22:18
-
-
Save nweldev/7fef763b8ba074226bf6bd875aa503e5 to your computer and use it in GitHub Desktop.
Minimalist Angular.json root properties example
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
{ | |
"$schema": "./node_modules/@angular/cli/lib/config/schema.json", | |
"version": 1, | |
"newProjectRoot": "projects", | |
"projects": { | |
"angular-cli-deep-dive": {... | |
}, | |
"angular-cli-deep-dive-e2e": {... | |
} | |
}, | |
"defaultProject": "angular-cli-deep-dive" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment