-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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: Type exports correctly #2207
Conversation
feat(types): add default export
✅ Deploy Preview for nodemon ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Looks good to me. If you can remove the tmp file, I'll get it merged it. |
chore(types): remove Questions comments
I'll sort out the conventional commitments failure, it's not exactly useful in its error... |
🎉 This PR is included in version 3.1.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@KevinGruber thanks again for this - I've merged it as a bug fix rather than feature (which the last introduction of types did). Cheers for flagging. |
As per discussion in: #2206
feat(types): export types
feat(types): add default export
@remy I added two TODO's with questions. Also the TEMP_TEST_TS file is just there for you to easier test it locally, I will remove it before merging.
BR,
Kev