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 628 forks source link

Removing `.d.ts` files #2390

Closed Barbapapazes closed 11 months ago

Barbapapazes commented 1 year 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 1 year ago

Could be a bug more than an enhancement