From 853d58ad5f3b43b86df791fde766b625a09e9610 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 21 Sep 2023 16:01:24 +0200 Subject: [PATCH] chore(module): add `@ts-ignore` on appConfig assign --- src/module.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/module.ts b/src/module.ts index 2f122f86..5e6e5f26 100644 --- a/src/module.ts +++ b/src/module.ts @@ -122,6 +122,7 @@ export default defineNuxtModule({ const colors = excludeColors(globalColors) + // @ts-ignore nuxt.options.appConfig.ui = { primary: 'green', gray: 'cool',