mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 06:05:11 +00:00
fix(types): add nuxt.config alias type (#9424)
This commit is contained in:
parent
af98868264
commit
5934f41f08
1
packages/types/config/index.d.ts
vendored
1
packages/types/config/index.d.ts
vendored
@ -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[]
|
||||
|
Loading…
Reference in New Issue
Block a user