Nuxt Image module can't be configured in Nuxt 3
When using the
I've cross-posted it to https://github.com/nuxt/image/issues/650
@nuxt/image-edge module, it appears that adding an image config section is throwing a TypeScript error in nuxt.config.ts:Object literal may only specify known properties, and 'image' does not exist in type 'NuxtConfig'.ts(2345)I've cross-posted it to https://github.com/nuxt/image/issues/650

GitHub
Getting this TypeScript error when attempting to add an image configuration section to my nuxt.config.ts in Nuxt 3: Object literal may only specify known properties, and 'image' doe...