mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 21:55:11 +00:00
types: allow unknown config keys in nuxt.config
This commit is contained in:
parent
ac9c0b044e
commit
96649cc876
@ -6,6 +6,7 @@ export interface TypedConfigSchema extends ConfigSchema {
|
||||
hooks: NuxtHooks,
|
||||
modules: ModuleInstallOptions[]
|
||||
buildModules: ModuleInstallOptions[]
|
||||
[key: string]: any
|
||||
}
|
||||
|
||||
export interface NuxtOptions extends TypedConfigSchema { }
|
||||
|
Loading…
Reference in New Issue
Block a user