nuxt / content

The file-based CMS for your Nuxt application, powered by Markdown and Vue components.
https://content.nuxt.com
MIT License
3.13k stars 627 forks source link

fix: remove d.ts #2427

Closed Barbapapazes closed 11 months ago

Barbapapazes commented 1 year ago

🔗 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