From ead904fd2f2bbb29fd60ccde063bf02daa2cbdbb Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 10 Sep 2024 16:40:48 +0100 Subject: [PATCH] fix(module): augment `@nuxt/schema` rather than `nuxt/schema` (#2171) Co-authored-by: Benjamin Canac --- src/module.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/module.ts b/src/module.ts index b1c01883..0712abc3 100644 --- a/src/module.ts +++ b/src/module.ts @@ -23,12 +23,6 @@ type UI = { [key: string]: any } & DeepPartial -declare module 'nuxt/schema' { - interface AppConfigInput { - // @ts-ignore - ui?: UI - } -} declare module '@nuxt/schema' { interface AppConfigInput { // @ts-ignore