add comment line

This commit is contained in:
Cao, Jiannan 2016-07-12 00:02:46 +08:00
parent dcd4fb55fa
commit 49a98e0443
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
// Type definitions for http-errors-tests.ts
declare namespace Express {
export interface Request {
user?: any

View File

@ -1,6 +1,6 @@
/// <reference path="http-errors.d.ts" />
/// <reference path="../express/express.d.ts" />
/// <reference path="../http-errors/http-errors-tests.d.ts" />
/// <reference path="../http-errors/http-errors-tests.x.ts" />
import * as createError from 'http-errors';
import * as express from 'express';