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: update package.json for bundler module resolution #63

Merged
merged 3 commits into from
May 30, 2023

Commits on May 28, 2023

  1. chore: update package.json to make it work with bundler module resolu…

    …tion
    
    When setting moduleResolution: bundler, in TS5, the current exports will not work. Error:
    
    There are types at '/node_modules/formdata-node/@type/index.d.ts', but this result could not be resolved when respecting package.json "exports". The 'formdata-node' library may need to update its package.json or typings.ts(7016)
    louisgv committed May 28, 2023
    Configuration menu
    Copy the full SHA
    f75adc0 View commit details
    Browse the repository at this point in the history
  2. Update package.json

    louisgv committed May 28, 2023
    Configuration menu
    Copy the full SHA
    d880ede View commit details
    Browse the repository at this point in the history
  3. Update package.json

    louisgv committed May 28, 2023
    Configuration menu
    Copy the full SHA
    eafec4f View commit details
    Browse the repository at this point in the history