### Description I just upgraded to Angular 9 using `ng update --all --force -C`. No other options worked. Now when I run `ng serve`, I get an error, `ERROR in The Angular Compiler requires TypeScript >=3.6.4 and <3.8.0 but 3.8.3 was found instead.` Why did Angular update me to Typescript 3.8.3 if it's not supported?