0

I am working on V0.10.XX of Node.js (Project's requirement). I am planning to migrate to Typescript. Can I migrate to TS with V0.10.39 of Node.js or I have to upgrade to the latest Node version first?

curveball
  • 4,320
  • 15
  • 39
  • 49
Akku
  • 29
  • 6
  • Being that TypeScript is a superset of JavaScript that in the end compiles down to plain JS, It _should_ work with anything that can run JS – George Aug 24 '18 at 12:21

1 Answers1

0

Based on this answer, you should be fine with Node 0.5.1 and newer if you set the target compiler option to es5.

Matt McCutchen
  • 28,856
  • 2
  • 68
  • 75