Bootstrap

ts-node安装

npm i -g ts-node

当运行报错Cannot find name ‘console‘

ts-node    hello.ts

再安装

npm install -g  @types/node
;