TypeStrong / grunt-ts

A grunt task to manage your complete typescript development to production workflow
https://www.npmjs.com/package/grunt-ts
MIT License
330 stars 121 forks source link

TypeScript 2.1.5 support #393

Closed simondel closed 7 years ago

simondel commented 7 years ago

TypeScript 2.1.5 is not supported as the peerDependency is 2.1.4 || ~1

nycdotnet commented 7 years ago

Oops- thanks for the report. It will work if you just change the package.json. Will fix in next beta.

nycdotnet commented 7 years ago

This should be resolved in grunt-ts@6.0.0-beta.10. Thanks for the report!