When using the @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