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

Support subpath import with arbitrary extensions #723

Merged
merged 1 commit into from
Jul 12, 2024

Commits on Jul 12, 2024

  1. Support subpath import with arbitrary extensions

    Stop reporting unresolved filesfor subpath imports with arbitrary
    extensions (e.g. `import "#src/foo.ext"`). This already worked for path
    mappings defined in `tsconfig.json` but now it also works for mappings
    defined in `package.json`.
    
    The implementation drops `tsconfig-paths` and reverts back to using
    virtual declaration files, albeit much simpler.
    geigerzaehler committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    a269b0c View commit details
    Browse the repository at this point in the history