-
Notifications
You must be signed in to change notification settings - Fork 61
Remove Typescript from dependencies #50
Comments
Agreed, and probably update to TS 2.0 |
Think removing is the better way, so you can decide which version of typescript you want to use. Or maybe move it to devDeps so the tests will still work. |
PR: #55 |
it is still possible to use typescript 2.0, install it as through npm and do as the readme says.
|
This "feature" will require user to think more then user should. It's your choice if you want to use different version. One more dependency won't break your life. Upgrade will be someday. |
Can we have TypeScript 2.0 now? |
#81 shows a systematic problem with custom typescript libraries because helpers are hardcoded in the plugin source |
I'm going to close this as a no, however in the future for another major version I'll consider this. I think it's definitely helpful for a baseline TypeScript version to be installed for the user, however offering the ability to use whatever version you want is something that I support as well. |
Is it possible to remove Typescript from dependencies, so it's not bound to a specific version, and it's possible to use Typescript 2.0.0.
The text was updated successfully, but these errors were encountered: