import * as gulp from 'gulp'; /** * The default build task - sets up the underlying watch task */ gulp.task('build.default', ['build.watch']);