chore: Cohercing type to any to allow build.

This commit is contained in:
OctoD roth 2017-07-02 20:08:52 +02:00
parent f51ec378de
commit 74993c6593

View file

@ -6,4 +6,4 @@ import * as tasks from './.gulp';
GulpStats(Gulp);
// set default task
Gulp.task('default', tasks.default);
Gulp.task('default', tasks.default as any);