mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
fix(types): make NuxtConfig
an interface (#8169)
This commit is contained in:
parent
05353fcba8
commit
81030bef6b
2
packages/types/config/index.d.ts
vendored
2
packages/types/config/index.d.ts
vendored
@ -71,4 +71,4 @@ export interface NuxtOptions extends Configuration {
|
|||||||
watchers: NuxtOptionsWatchers
|
watchers: NuxtOptionsWatchers
|
||||||
}
|
}
|
||||||
|
|
||||||
export type NuxtConfig = Partial<NuxtOptions>
|
export interface NuxtConfig extends Partial<NuxtOptions> {}
|
||||||
|
Loading…
Reference in New Issue
Block a user