I am trying to make a simple nodejs express API with typescript, tsc and gulp. When I compile my .ts files with tsc no errors occur. Now I am trying to integrate gulp into my workflow using gulp-tsc and gulp-typings in gulpfile.js Github Project with gulpfile.js
I am not seeing where to connect the two since I am still getting errors from gulp about not finding express or body-parser
I have tried to merge them with merge-stream but still the same error.