fix(types): add missing devModules type (#6006)

This commit is contained in:
Anthony Fu 2019-06-30 02:04:21 +08:00 committed by Pooya Parsa
parent ae82a03a28
commit d86532ae5c

View File

@ -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