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?

1
  • 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 Commented Aug 24, 2018 at 12:21

1 Answer 1

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.