We've discussed this and what we really want to do is to copy what we've done for the react-native plugin and just use the typings field of the package.json as documented here, so that the end user does not need to explicitly install anything.
However, I'm running into some issues defining objects on the global namespace - I'm following up on that with https://github.com/typings/typings/issues/568, and also checking with Mohamed.
We've discussed this and what we really want to do is to copy what we've done for the react-native plugin and just use the
typings
field of thepackage.json
as documented here, so that the end user does not need to explicitly install anything.However, I'm running into some issues defining objects on the global namespace - I'm following up on that with https://github.com/typings/typings/issues/568, and also checking with Mohamed.