gulp-typescript icon indicating copy to clipboard operation
gulp-typescript copied to clipboard

A TypeScript compiler for gulp with incremental compilation support.

Results 62 gulp-typescript issues
Sort by recently updated
recently updated
newest added

Hey, The example in the documentation may not be compatible with Gulp 5 and the `merge2` package. It should be replaced with `merge-stream` instead. The `merge2` package only works with...

when I run `npm install` I get **high severity vulnerabilities** warning. running **npm audit fix** gives me the following report https://github.com/advisories/GHSA-35jh-r3h4-6jhm https://github.com/advisories/GHSA-ww39-953v-wcq6 ![image](https://github.com/ivogabe/gulp-typescript/assets/72759077/7dda28b0-d74e-430e-9e2c-714eee4986fd) running **npm audit fix --force** does not...