mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 07:32:01 +00:00
fix(nuxt): don't override options signature with schema (#19934)
This commit is contained in:
parent
45cedd85bd
commit
6f6140809d
@ -129,7 +129,8 @@ export default defineNuxtModule({
|
|||||||
const _types = generateTypes(schema, {
|
const _types = generateTypes(schema, {
|
||||||
addExport: true,
|
addExport: true,
|
||||||
interfaceName: 'NuxtCustomSchema',
|
interfaceName: 'NuxtCustomSchema',
|
||||||
partial: true
|
partial: true,
|
||||||
|
allowExtraKeys: false
|
||||||
})
|
})
|
||||||
const types =
|
const types =
|
||||||
_types +
|
_types +
|
||||||
|
Loading…
Reference in New Issue
Block a user