ivogabe / gulp-typescript

A TypeScript compiler for gulp with incremental compilation support.
MIT License
831 stars 129 forks source link

Docs - Add recommendations / flags for integrating into Typescript projects #591

Closed hughreeling closed 5 years ago

hughreeling commented 5 years ago

Expected behavior:

Actual behavior:

Your gulpfile:

Include your gulpfile, or only the related task (with ts.createProject).

tsconfig.json

Include your tsconfig, if related to this issue.

Code

Include your TypeScript code, if necessary.

ivogabe commented 5 years ago

What exactly do you want to see in the documentation? The readme already covers how to set up gulp & gulp-typescript.