fix: build error

This commit is contained in:
vben
2021-12-28 21:48:12 +08:00
parent 266b566850
commit 5ac055be2f
5 changed files with 949 additions and 530 deletions

View File

@@ -24,13 +24,13 @@
"@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^5.0.2",
"@types/koa-router": "^7.4.4",
"@types/node": "^17.0.0",
"@types/node": "^17.0.5",
"nodemon": "^2.0.15",
"pm2": "^5.1.2",
"rimraf": "^3.0.2",
"ts-node": "^10.4.0",
"tsconfig-paths": "^3.12.0",
"tsup": "^5.11.6",
"tsup": "^5.11.9",
"typescript": "^4.5.4"
}
}