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

Use bundler module resolution in TSConfig #11373

Closed
wants to merge 3 commits into from
Closed

Commits on May 3, 2024

  1. feat(tsconfig): use bundler module resolution

    enable the consumption of package.json#exports,
    which is what library authors declare as the public
    API and has replaced package.json#main;
    
    Update related depedencies accordingly
    
    Read more: https://www.typescriptlang.org/tsconfig/#moduleResolution
    
    Co-Authored-By: Alex Sanders <alex@sndrs.dev>
    mxdvl and sndrs committed May 3, 2024
    Configuration menu
    Copy the full SHA
    d4fb288 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    de01ec6 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    09b860a View commit details
    Browse the repository at this point in the history