After trying to debug why ts-migrate wasn't converting propTypes to types and just adding @ts-expected-error to the majority of my code.
So I decided to do a test to downgrade the typescript of my project from 5.0.2 to the same as ts-migrate 4.7.2 and everything started working properly and converting.
Are there any plans to add support to the latest typescript version?
After trying to debug why ts-migrate wasn't converting propTypes to types and just adding @ts-expected-error to the majority of my code.
So I decided to do a test to downgrade the typescript of my project from
5.0.2to the same as ts-migrate4.7.2and everything started working properly and converting.Are there any plans to add support to the latest typescript version?