I recently cloned an Angular application and encountered an error related to the "target" property in the tsconfig.json file within Visual Studio 2019. My Angular version is v16.1.4, with Typescript v5.1.6. I've attempted to resolve this issue by updating the "target" property to different versions of ES, but the error persists. Any suggestions on how to fix this problem?
Could adjusting this specific error help address the other errors present in the solution as well?
https://i.sstatic.net/BblrH.png
In response to a similar question regarding Typescript target warnings after updating to Angular 15 here, a GitHub issue was created at https://github.com/angular/angular-cli/issues/25290.