nuxt / content

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

Removing `.d.ts` files #2390

Closed Barbapapazes closed 9 months ago

Barbapapazes commented 11 months ago

Hello,

Actually, many types are written using .d.ts files. Since we are using TypeScript, I do not thinks it's a good idea since it overwrite the real types from TypeScript files.

Could we move the .d.ts files into simple .ts? Thanks

Barbapapazes commented 11 months ago

Could be a bug more than an enhancement