diff --git a/types/gulp-strip-comments/gulp-strip-comments-tests.ts b/types/gulp-strip-comments/gulp-strip-comments-tests.ts index 7f1c88af77..737f2c16a2 100644 --- a/types/gulp-strip-comments/gulp-strip-comments-tests.ts +++ b/types/gulp-strip-comments/gulp-strip-comments-tests.ts @@ -1,5 +1,5 @@ import * as gulp from 'gulp'; -import * as stripComments from 'gulp-strip-comments'; +import stripComments = require('gulp-strip-comments'); gulp.task('default', () => { return gulp.src('src/app.js')