Skip to content

v3.1.1 - Fix for bundled types

Compare
Choose a tag to compare
@ivogabe ivogabe released this 28 Oct 18:06
· 200 commits to master since this release

As of v3.1.0, gulp-typescript uses @types to provide type information for its dependencies. However, those types included the types for NodeJS which caused that these types could be passed to the compiler in an compilation using gulp-typescript, unwanted. @types/node is now registered as a devDependency, so it is not installed any more for users of gulp-typescript.