I am upgrading the Angular project from Angular 11 to 14. First i have upgraded project from Angular 11 to 12 and it build successfully. Then upgraded Angular 12 to 13 and it also got build successfully. Then upgraded Angular 13 to 14 and the build started failing due to below error.
Data path "" must NOT have additional properties(name) in Angular 14 while upgrading project
Added angular.json screenshot. enter image description here
Added error screenshot. enter image description here
................................