Skip to content
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

include "typings" field in package.json #92

Closed
rolandjitsu opened this issue Nov 30, 2015 · 4 comments
Closed

include "typings" field in package.json #92

rolandjitsu opened this issue Nov 30, 2015 · 4 comments
Assignees

Comments

@rolandjitsu
Copy link

Now that the TS compiler supports module resolution via node, it would be nice not to use TSD to install the typing but instead have them included with the npm package.

@dougwilson
Copy link
Contributor

We don't have any typings. What would we put in the field?

@rolandjitsu
Copy link
Author

@dougwilson I am trying to figure that out myself ... It should be documented somewhere in the Wiki for TypeScript.

No, you do not have typings, but the community has created them on TSD (DefinitelyTyped) to help with TS development. And it would be nice to provide that with your package.

I'll investigate further to see how do you actually do it.

@dougwilson
Copy link
Contributor

Thanks! I haven't used TypeScript and have no idea how it works (and not really interested in learning it or even have the time to). I'm open to adding this, but it would have to be something completely contributed by you and part of the contribution would have to also update the CI to ensure that the typings are always correct and do not become out of date as we alter the API in some fashion.

@dougwilson dougwilson self-assigned this Jan 13, 2016
@dougwilson
Copy link
Contributor

Hi @rolandjitsu , I'm' going to close this for now, as there doesn't seem to be any interest in contributing these, as I have not seen a further response or a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants