安装依赖 npm install -g typescript npm install -g ts-node 运行 ts-node 文件名 运行失败解决办法 npm install -D tslib @types/node