I\'m having a surprisingly hard time finding an answer to this. With plain Node.JS, you can run any js file with node path/to/file.js, with CoffeeScript it\'s <
node path/to/file.js
This question was posted in 2015. In 2018, node recognizes both .js and .ts. So, running node file.ts will also run.
node file.ts