Jerko Steiner d560f7a725 Fix project references of local @types/express.d.ts
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
2019-11-01 08:48:16 -04:00
..
2019-10-31 20:09:39 -04:00
2019-09-18 15:54:56 +07:00
2019-09-16 10:46:17 +07:00
2019-07-31 07:19:22 +08:00
2019-09-16 10:46:17 +07:00
2019-01-18 20:21:08 +01:00
2019-10-31 19:44:28 -04:00
2019-10-01 23:39:05 +07:00
2019-10-31 20:09:39 -04:00