fix: better type checking for nuxt-color mode uses
This commit is contained in:
parent
af35d68dfe
commit
c7fd68b0d8
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,8 @@
|
|||
"@nuxt/types",
|
||||
"@nuxtjs/i18n",
|
||||
"@nuxtjs/toast",
|
||||
"@nuxtjs/sentry"
|
||||
"@nuxtjs/sentry",
|
||||
"@nuxtjs/color-mode"
|
||||
]
|
||||
},
|
||||
"exclude": ["node_modules", ".nuxt", "dist"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue