I made a project in Typescript and was afraid to update typescript when a new version came out in case it broke my app. Now I've read on Twitter that it's possible to lock a version of Typescript (presumably in a repo). How can this be done?
Do people actually not lock in their current version of TypeScript and then complain when their build breaks?
Twitter thread where it says it's possible to lock Typescript version