TS2345: Argument of type 'import("/home/martin/github/vlikin/node-typescript-website/server/node_modules/inversifyto parameter of type 'import("/home/martin/github/vlikin/node-typescript-website/server
inversify-express-utils自述文件包含以下example on request-scoped services。我正在尝试为Koa应用程序实现类似的东西,然而,我很难理解本例中的分层DI是如何工作的。import { inject, injectable } from "inversify"; }
public doSo