koa ts node调试
koa ts node调试
1. 安装库
npm install -g ts-node
npm install -g typescript
2. 在package.json里面写
"scripts": {
"start": "ts-node src/index.ts",
npm install -g ts-node
npm install -g typescript
"scripts": {
"start": "ts-node src/index.ts",