From eadd044957e390ee65bfd0b16bc7c09dff59c22f Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> Date: Wed, 29 Sep 2021 23:58:32 +0530 Subject: [PATCH] fix: add `color-mode` typings --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 0b9f231e..0af9d695 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -31,6 +31,7 @@ "@types/node", "@nuxt/types", "@nuxtjs/axios", + "@nuxtjs/color-mode", "@types/geojson", "@types/mapbox-gl", "@types/webpack",