使用ts-node运行ts文件

1. 安装
npm i -g ts-node


2. 在终端使用(实际上也是执行了tsc hello.ts以及node hello.js)
ts-node hello.ts


你可能感兴趣的:(ts,typescript)