mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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, {
|
||||
addExport: true,
|
||||
interfaceName: 'NuxtCustomSchema',
|
||||
partial: true
|
||||
partial: true,
|
||||
allowExtraKeys: false
|
||||
})
|
||||
const types =
|
||||
_types +
|
||||
|
Loading…
Reference in New Issue
Block a user