peter-vilja / gulp-clean

A gulp plugin for removing files and folders from given paths.
178 stars 21 forks source link

TypeScript definitions missing #31

Open MickL opened 6 years ago

MickL commented 6 years ago

Hey,

could you please add TypeScript definitions? Maybe to @types/gulp-clean?

bildschirmfoto 2018-06-25 um 15 05 43

Thanks!

Gil-Epshtain commented 5 years ago

Any way to ignore this error until the type-definition will be added?

Gil-Epshtain commented 5 years ago

Find a solution to my own problem: (this will ignore this error)

// @ts-ignore
import * as gulpClean from 'gulp-clean';