added express typings

This commit is contained in:
Dolan Miu
2016-03-31 19:04:28 +01:00
parent 8af6262a83
commit c44ff2b28a
6 changed files with 1238 additions and 0 deletions

4
ts/typings/tsd.d.ts vendored
View File

@ -5,3 +5,7 @@
/// <reference path="chai/chai.d.ts" />
/// <reference path="archiver/archiver.d.ts" />
/// <reference path="node/node.d.ts" />
/// <reference path="express-serve-static-core/express-serve-static-core.d.ts" />
/// <reference path="express/express.d.ts" />
/// <reference path="mime/mime.d.ts" />
/// <reference path="serve-static/serve-static.d.ts" />