I need to update the angular-cli.json configuration settings for an @angular/cli project that I inherited, but the Angular-CLI Wiki does not have any information on the content of that JSON file, nor the available options.
How do I get a list of all properties available in the angular-cli.json configuration settings?
The closest thing seems to be this ng get documentation, but that assumes that I know all the properties.