Skip to content

Commit

Permalink
fix(types): add nuxt.config alias type (#9424)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamandrewluca committed Jun 10, 2021
1 parent af98868 commit 5934f41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/types/config/index.d.ts
Expand Up @@ -28,6 +28,7 @@ export { ServerMiddleware } from './server-middleware'
export interface Configuration extends Record<string, any> {}

export interface NuxtOptions extends Configuration {
alias: Record<string, string>
build: NuxtOptionsBuild
buildDir: string
buildModules: NuxtOptionsModule[]
Expand Down

0 comments on commit 5934f41

Please sign in to comment.