You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No thanks. You need to use Typings to install the module. I'll be happy to use TypeScript @types once they support redirects, but until then all my tooling requires Typings because of the dependencies. If there was no dependencies, I'd already be using the typings field - this is not is a new TypeScript 2.0 feature and has existed since 1.5.
Trying to use popsicle with typescript 2.0 gave me the error:
test.ts (1,22): Cannot find module 'popsicle'. (2307)
According to https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html it seem like a
types
ortypings
property needs to be added.The text was updated successfully, but these errors were encountered: