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"],