Skip to content

Commit

Permalink
fix(types): export interface for NuxtConfig instead of type (#8953)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 8, 2021
1 parent 7841bd0 commit 0d68679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/config/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ export interface NuxtOptions extends Configuration {
watchers: NuxtOptionsWatchers
}

export type NuxtConfig = Partial<NuxtOptions>
export interface NuxtConfig extends Partial<NuxtOptions> {}

0 comments on commit 0d68679

Please sign in to comment.