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

fix: VS code will now properly import operators, et al #6276

Merged
merged 1 commit into from Apr 29, 2021

Commits on Apr 28, 2021

  1. fix: VS code will now properly import operators, et al

    - Adds typesVersions, enforcing TypeScript >= 4.2.
    - Adds some superfluous references required for TS and VS Code to find proper import locations for our strange deep import sites.
    - Independantly tested by building the package and installing it locally in another project, then testing in VS code.
    
    Fixes ReactiveX#6067
    Related microsoft/TypeScript#43034
    benlesh committed Apr 28, 2021
    Copy the full SHA
    a1a46fd View commit details
    Browse the repository at this point in the history