From 74993c6593e82e6b45c7bc7963113157bd6c1c5c Mon Sep 17 00:00:00 2001 From: OctoD roth Date: Sun, 2 Jul 2017 20:08:52 +0200 Subject: [PATCH] chore: Cohercing type to any to allow build. --- gulpfile.babel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.babel.ts b/gulpfile.babel.ts index 7925e68..40ab315 100644 --- a/gulpfile.babel.ts +++ b/gulpfile.babel.ts @@ -6,4 +6,4 @@ import * as tasks from './.gulp'; GulpStats(Gulp); // set default task -Gulp.task('default', tasks.default); \ No newline at end of file +Gulp.task('default', tasks.default as any); \ No newline at end of file