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

TypeScript Declaration Publishing #90

Closed
delight-by opened this issue Mar 16, 2017 · 3 comments
Closed

TypeScript Declaration Publishing #90

delight-by opened this issue Mar 16, 2017 · 3 comments

Comments

@delight-by
Copy link

delight-by commented Mar 16, 2017

See TypeScript Declaration Publishing

Right now VS Code doesn't automatically load bundled TypeScript definitions. Either two of the options from the link above should solve the problem.

I've only checked adding types: "./dist/common.d.ts" property to package.json and it kind of worked (but still throwing errors about tough-cookie).

@blakeembrey
Copy link
Member

Please search existing issues before opening a new one. I know how it all works, I'm stuck with a lack of TypeScript supporting what I need to make it work. See microsoft/types-publisher#4 and microsoft/TypeScript#7753, with duplicate issues being #89, #88 and #77.

@delight-by
Copy link
Author

Sorry, my bad, should have looked into closed issues first. Went with typings after all.

@blakeembrey
Copy link
Member

Sorry for the pain, I know it's annoying! I wish I could replace Typings today too, but I need to get all the dependencies into DefinitelyTyped and even then, I can't support browser module resolution in case anyone is using popsicle in browsers.

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