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(typescript): Allow for using compilerOptions.moduleResolution #1453

Merged
merged 2 commits into from
May 12, 2023

Commits on Apr 6, 2023

  1. fix(typescript): Add test for setting moduleResolution

    This adds a test case for resolving types with node ESM `exports` feature
    and `compilerOptions.moduleResolution` option configured.
    
    Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
    susnux committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    fb640d9 View commit details
    Browse the repository at this point in the history
  2. fix(typescript): Allow for using compilerOptions.moduleResolution

    Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
    susnux committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    4bf49e9 View commit details
    Browse the repository at this point in the history