[ ] 📖 Documentation (updates to the documentation or readme)
[ ] 🐞 Bug fix (a non-breaking change that fixes an issue)
[x] 👌 Enhancement (improving an existing functionality like performance)
[ ] ✨ New feature (a non-breaking change that adds functionality)
[ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to change)
📚 Description
I remove .d.ts files since they generate more issue than they solve.
Next step will be to rework types to have a bette organization. Finally, we will be able to rework types, remove any and overall, improve DX.
I do not want to do all of this work in one PR since it will be a lot of work. End goal is to be able to type function like only way better than actually but this could be generate a breaking change.
🔗 Linked issue
fix #2390 related #2349
❓ Type of change
📚 Description
I remove
.d.ts
files since they generate more issue than they solve.Next step will be to rework types to have a bette organization. Finally, we will be able to rework types, remove any and overall, improve DX.
I do not want to do all of this work in one PR since it will be a lot of work. End goal is to be able to type function like
only
way better than actually but this could be generate a breaking change.📝 Checklist