Closed gforceg closed 8 years ago
When using gulp via typescript, the compiler says 'Cannot find module 'gulp-concat'. Because everything is executed in javascript, the gulp task still runs without issue, but tslint complains.
I think I'm doing something else wrong.
fixed w/ npm i --save-dev @types/gulp-concat
npm i --save-dev @types/gulp-concat
When using gulp via typescript, the compiler says 'Cannot find module 'gulp-concat'. Because everything is executed in javascript, the gulp task still runs without issue, but tslint complains.