add empty namespace declaration for gulp-uglify to allow es6 imports

(see /Microsoft/TypeScript/issues/5073)
This commit is contained in:
Jan Vorwerk
2015-11-25 11:46:30 +01:00
parent b2d17b5dad
commit 84a38034f7
+2 -2
View File
@@ -170,6 +170,6 @@ declare module "gulp-uglify" {
*/
comments_before: string[];
}
namespace GulpUglify {}
export = GulpUglify;
}
}