i\'m building a small app with koa and typescript, here it is my index.ts file :
import Koa from \'koa\'; import urlMiddleware from \'./middlewares/url\'; co