remove-solution-style-tsconfig migration fail when upgrading from version 10.0.* to 10.1.* with the following error: [error] Error: Could not read 'tsconfig.json'
extends
tsconfig.base.json
tsconfig.json
Closes: #18534
Following the issues highlighted in https://docs.google.com/document/d/1eB6cGCG_2ircfS5GzpDC9dBgikeYYcMxghVH5sDESHw/edit?usp=sharing and discussions held with the TypeScript team. Together with the TypeScript team it was decided that the best course of action is to rollback this feature. In future, it is not excluded that solution style tsconfigs are re-introduced. Closes #18040, closes #18130 and closes #18170