-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: Add types for default export #127
Conversation
I ran |
@FoxxMD lgtm. Can you move it to root folder and rename it to |
My understanding is that {
"name": "with-local-tmp-dir",
...
"main": "dist/index.js",
"types": "types.d.ts"
} |
@FoxxMD Ok but then having |
I finally tracked down why this was causing issues: https://stackoverflow.com/a/76212193/1469797
If you really really want to use Or...keep
|
@FoxxMD Ok I had a look at it and I'm fine with that :). Thanks for investigating! |
# [5.1.0](v5.0.1...v5.1.0) (2024-03-02) ### Features * Add types for default export ([#127](#127)) ([e8c9bc8](e8c9bc8))
🎉 This PR is included in version 5.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Closes #126