Switching to use @types where possible in build

This commit is contained in:
Matt Bierner
2018-10-02 22:21:12 -07:00
parent ac737307d7
commit 7026335451
19 changed files with 180 additions and 7422 deletions

View File

@@ -322,7 +322,7 @@ export function minifyTask(src: string, sourceMapBaseUrl?: string): (cb: any) =>
sourceRoot: undefined,
includeContent: true,
addComment: true
}),
} as any),
gulp.dest(src + '-min')
, (err: any) => {
if (err instanceof (uglify as any).GulpUglifyError) {