Replies: 1 comment
-
You need to configure tsconfig |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When trying to import the
messages
default export from the@intlify/vite-plugin-vue-i18n/messages
I keep getting this type error.I've tried adding
@intlify/vite-plugin-vue-i18n
to thetypes
array in thetsconfig.json
, but I'm stumped. My only solutions so far is to copy the declaration defined inclient.d.ts
to a locald.ts
file in my project.Beta Was this translation helpful? Give feedback.
All reactions