panuhorsmalahti / gulp-tslint

TypeScript linter plugin for Gulp
MIT License
118 stars 44 forks source link

types should be dev dependencies #129

Closed stevejhiggs closed 7 years ago

stevejhiggs commented 7 years ago

Fix for https://github.com/panuhorsmalahti/gulp-tslint/issues/126

This issue broke my react-native build as I ended up pulling in the types/node types which conflicted with the types/react-native types. Easy enough to fix though :)

panuhorsmalahti commented 7 years ago

Thank you for the contribution 👍