Hacker News new | ask | show | jobs
by maxloh 710 days ago
The TypeScript compiler is, in most or even all cases, backward compatible. You just need to have the latest version installed.
1 comments

They may not be frequent, but they do happen https://www.typescriptlang.org/docs/handbook/release-notes/t...

And given enough public modules, we will find some conflicts in the dependency graph. YOLO just use the latest version is rarely a full solution.