Last year, we migrated a large project form JS to TS.
We did this with ts-migrate, and we renamed all instances of any
to $TSFixMe
, to differentiate them from real uses of any
.
In order to see our progress on removing $TSFixMe
, we build the a github workflow that adds comments to PRs with our progress, eg: