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

chore: Add typesVersions to package.json #6229

Merged

Conversation

benlesh
Copy link
Member

@benlesh benlesh commented Apr 16, 2021

This is an attempt to fix issues with VS Code auto-import, as described here in this issue: https://github.com/microsoft/TypeScript/issues/43034\#issuecomment-820621280

Related #6067

This is an attempt to fix issues with VS Code auto-import, as described here in this issue: microsoft/TypeScript#43034

Related ReactiveX#6067
@@ -6,6 +6,9 @@
"module": "./dist/esm5/index.js",
"es2015": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"typesVersions": {
">=4.0": { "*": [ "dist/types/*" ] }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: Could we use this to express that the minimum supported version is 4.2? I mean, we're not going to support anything older than that.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably?

@benlesh
Copy link
Member Author

benlesh commented Apr 19, 2021

Shit. I wanted to get this into the RC :\

@benlesh benlesh merged commit 659a623 into ReactiveX:master Apr 19, 2021
benlesh added a commit to benlesh/rxjs that referenced this pull request Apr 20, 2021
benlesh added a commit that referenced this pull request Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants