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: 🐛 place nice with commonjs #1072

Closed
wants to merge 1 commit into from

Commits on Jun 23, 2024

  1. fix: 🐛 place nice with commonjs

    Current TS config doesn't allow one to use normal ESM imports because
    they don't have a default export. This config setup should allow it to
    play nice with modules that setup DTS files without a default exports
    (like a number of Hapi modules do)
    damusix committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    ebb0900 View commit details
    Browse the repository at this point in the history