-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the module compatible with TypeScript 2 / npm #2
Comments
Welcome to our life - see microsoft/types-publisher#4. |
The hack we have been doing is adding a name and version to There's also the issue that TypeScript didn't really have the use case where a module is both global and module (e.g. not on NPM and has the same name). I'm not really familiar with this library, but that might also be the case here if it's not the same as https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/http-status-codes/index.d.ts. |
OK, installing in |
It's not really that it's problematic, it's that it's impossible. Only Microsoft has permission and we don't. See the linked thread for more context. Feel free to update the |
I'd very much like to use this module for client-side development, but I'm using the latest TypeScript and
npm
and am hesitant to introducetypings
just for this.The text was updated successfully, but these errors were encountered: