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

Incorrect typingspath in package.json of reactivex/rxjs@5.5.2 #3032

Closed
kollster opened this issue Nov 1, 2017 · 2 comments
Closed

Incorrect typingspath in package.json of reactivex/rxjs@5.5.2 #3032

kollster opened this issue Nov 1, 2017 · 2 comments

Comments

@kollster
Copy link

kollster commented Nov 1, 2017

RxJS version:
5.5.2

Code to reproduce:
npm install @reactivex/rxjs

Expected behavior:
TypeScript should pick up typings for the package automatically as a typings-entry is found in package.json.

Actual behavior:
TypeScript cannot find the typings file as the path in the typings-entry in package.json is incorrect.
"typings": "./dist/package/typings/Rx.d.ts" is an invalid path.

Additional information:
As far as I can see, the correct entry in package should be
"typings": "./dist/package/Rx.d.ts"

@kwonoj
Copy link
Member

kwonoj commented Nov 1, 2017

dupe of #3005 .

@kwonoj kwonoj closed this as completed Nov 1, 2017
@lock
Copy link

lock bot commented Jun 6, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants