I cloned an Angular application and I'm getting the below error for the "target" property in the tsconfig.json file in Visual Studio 2019. I am currently running on Angular v16.1.4, and Typescript v5.1.6. I'm also wondering if fixing this error will fix the remaining errors in the solution?
I've tried updating the "target" property to the other versions of ES but I'm still getting the error. Anyone know how to resolve this issue?
Per this question Typescript target warnings after Angular 15 update, there was a GitHub issue created https://github.com/angular/angular-cli/issues/25290.