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

Experimental options should be optional instead of required ? #2391

Closed mathieunicolas closed 11 months ago

mathieunicolas commented 11 months ago

Strict typescript raises a problem when using experimental (in my case) experimental.clientDB: true.

Since all three properties are not optional in their declaration, using one experimental feature raises a TS problem.

🔗 Linked issue

❓ Type of change

📚 Description

📝 Checklist