webstorm中直接运行ts(TypeScript)

1:安装ts: npm install -g typescript

2:安装直接运行所需依赖包: npm install -g ts-node

3:在设置中安装安装插件后重启

4:重启后就会发现在ts文件中就会出现 run 了