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: add exports field to package.json #129

Merged
merged 1 commit into from
Jun 27, 2023
Merged

Commits on Jun 27, 2023

  1. fix: add exports field to package.json

    e4fbbd0 added `"typde": "module"` to
    `package.json`.  This broke importing of sandbag in openbeta-graphql.
    
    package.json also needs an exports field, telling it which modules are
    exposed for export.  Add it.
    
    Also update to typescript ^4.9.5, a version which supports
    `package.json` exports.  See
    https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#package-json-exports-imports-and-self-referencing
    
    Fixes OpenBeta#123
    musoke committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    fc1c60d View commit details
    Browse the repository at this point in the history