From c7fd68b0d8d09623aef4f0a19f8f920753503a52 Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Fri, 17 Dec 2021 14:21:41 +0530 Subject: [PATCH] fix: better type checking for nuxt-color mode uses --- packages/hoppscotch-app/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/hoppscotch-app/tsconfig.json b/packages/hoppscotch-app/tsconfig.json index b1fa977b6..60e5bb6f8 100644 --- a/packages/hoppscotch-app/tsconfig.json +++ b/packages/hoppscotch-app/tsconfig.json @@ -20,7 +20,8 @@ "@nuxt/types", "@nuxtjs/i18n", "@nuxtjs/toast", - "@nuxtjs/sentry" + "@nuxtjs/sentry", + "@nuxtjs/color-mode" ] }, "exclude": ["node_modules", ".nuxt", "dist"],