diff --git a/packages/config/types/index.d.ts b/packages/config/types/index.d.ts index 021775e726..f278c25cd3 100644 --- a/packages/config/types/index.d.ts +++ b/packages/config/types/index.d.ts @@ -37,6 +37,7 @@ export default interface NuxtConfiguration extends ExtendableConfiguration { mode?: 'spa' | 'universal' // TBR (To Be Reviewed) - should be a `NuxtMode` interface which should be used in @nuxt/vue-app/types/process.d.ts as well modern?: 'client' | 'server' | boolean modules?: NuxtConfigurationModule[] + devModules?: NuxtConfigurationModule[] modulesDir?: string[] plugins?: NuxtConfigurationPlugin[] render?: NuxtConfigurationRender