Open MickL opened 6 years ago
Hey,
could you please add TypeScript definitions? Maybe to @types/gulp-clean?
@types/gulp-clean
Thanks!
Any way to ignore this error until the type-definition will be added?
Find a solution to my own problem: (this will ignore this error)
// @ts-ignore import * as gulpClean from 'gulp-clean';
Hey,
could you please add TypeScript definitions? Maybe to
@types/gulp-clean
?Thanks!