chore: Cohercing type to any to allow build.
This commit is contained in:
parent
f51ec378de
commit
74993c6593
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
Loading…
Reference in a new issue