With v2.0 there seems to be an issue with the interface ConfiguredImageProviders
The type is generated correctly into .nuxt/image/providers.d.ts.
But it looks like it is overwritten by the default interface in node_modules/@nuxt/image/dist/module.d.ts.
This results in only the ipx provider being available and a TS Error if any other provider is used.

With v2.0 there seems to be an issue with the
interface ConfiguredImageProvidersThe type is generated correctly into
.nuxt/image/providers.d.ts.But it looks like it is overwritten by the default interface in
node_modules/@nuxt/image/dist/module.d.ts.This results in only the
ipxprovider being available and a TS Error if any other provider is used.