I have a Node Express project with Angular added through Angular CLI, ie ng new
.
I do not want the Angular output to wipe out the distribution folder.
I understand there is a delete-output-path
parameter that can be put on the command line to ng build
.
Is it possible to put this in angular-cli.json?
Or should it be in tsconfig.json? Under which property?