I'm updating an Angular library version from v9.1.13
to v10.2.5
, but getting the following error: Migration failed: Could not find any tsconfig file. Cannot add the "@Injectable" decorator to providers which don't have that decorator set.
I searched for Angular resources mentioned along with error: https://v9.angular.io/guide/migration-injectable, but it didn't help much as library is already following the required structure.
Similar kind of question is still unanswered on SO: Angular version update giving an error - Migration failed: Could not find any tsconfig file
If anyone has already gone through alike problem and found the solution, help will be really appreciated.