How to run TypeScript files from command line?

前端 未结 13 1489
死守一世寂寞
死守一世寂寞 2020-11-27 10:13

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 <

13条回答
  •  醉话见心
    2020-11-27 10:42

    Just helpful information - here is newest TypeScript / JavaScript runtime Deno.

    It was created by the creator of node Ryan Dahl, based on what he would do differently if he could start fresh.

提交回复
热议问题