The `comments-server` package requires the `server` package, but
previously it did not load the updates of global Express.Request
definitions correctly.
By adding the triple slash comment:
/// <reference path="../@types/express.d.ts" /> to the top
to the top of packages/server/src/index.ts, the issue is now resolved