Fix "Cannot find module 'express'" error

This commit is contained in:
Tanguy Krotoff
2016-01-05 03:30:18 +01:00
parent db0118ada5
commit a6cd92e3b7
+2
View File
@@ -3,6 +3,8 @@
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../express/express.d.ts" />
declare module 'serve-index' {
import * as express from 'express';
import * as fs from 'fs';