Replies: 1 comment
-
Not sure if that's what you mean, but for me /** @type {import('vite').UserConfig} */
export default {} does not work, however with /** @type {import('vite').UserConfig} */
const config = {}
export default config IntelliSense works perfectly fine :) |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions