gulp-community / gulp-concat

Streaming concat middleware for gulp
MIT License
792 stars 127 forks source link

'main' not specified in package.json #129

Closed gforceg closed 7 years ago

gforceg commented 7 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.

gforceg commented 7 years ago

I think I'm doing something else wrong.

gforceg commented 7 years ago

fixed w/ npm i --save-dev @types/gulp-concat