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

Use tsc 1.8.10 and move to peerDependencies #367

Closed vvakame closed 8 years ago

vvakame commented 8 years ago

Use tsc 1.8.10 and move to peerDependencies. Update tsd.json.

I tried typescript@next with this change. It can complete npm run test.

blakeembrey commented 8 years ago

LGTM. Should be released as a major version since it's breaking TypeScript bundling.

vvakame commented 8 years ago

👍 @nycdotnet ping

nycdotnet commented 8 years ago

:-) I am actually working on this right now. Should be out in the next hour or so. I am trying to update lodash too.

nycdotnet commented 8 years ago

Thanks!

nycdotnet commented 8 years ago

This should be available as grunt-ts@6.0.0-beta.1. Please let me know if it works for you.