mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore(nitro): add nitro config types for nuxt.config
This commit is contained in:
parent
96649cc876
commit
d341e844fe
15
packages/nitro/types/index.d.ts
vendored
15
packages/nitro/types/index.d.ts
vendored
@ -1,3 +1,16 @@
|
||||
import './shims'
|
||||
import { NitroInput } from '../dist'
|
||||
|
||||
export * from '../dist/index'
|
||||
declare module '@nuxt/kit' {
|
||||
interface NuxtConfig {
|
||||
nitro?: NitroInput
|
||||
}
|
||||
}
|
||||
|
||||
declare module '@nuxt/types' {
|
||||
interface NuxtConfig {
|
||||
nitro?: NitroInput
|
||||
}
|
||||
}
|
||||
|
||||
export * from '../dist'
|
||||
|
Loading…
Reference in New Issue
Block a user