Alan Agius ba3f671936 fix(@angular/cli): temporarily handle boolean options in schema prefixed with no
With this commit we introduce an interim solution for options prefixed with `no` in `schema.json`

Previously, such options were handled as normal boolean option, but yargs handles options prefixed with `no` as negatations of the original option. Example with yargs, an option `noWatch` is will registered as `watch`.

Closes #23397
2022-06-21 12:21:29 -07:00
..