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 Answer
Based on this answer, you should be fine with Node 0.5.1 and newer if you set the target compiler option to es5.