How to ignore the redundant export? #288
Replies: 1 comment 1 reply
-
I think the package.json is misconfigured. Probably due to how the One way to get around this is to create a {
"typescript.preferences.autoImportFileExcludePatterns": [
"vue-router",
"unplugin-vue-router/dist"
]
} |
Beta Was this translation helpful? Give feedback.
1 reply
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 I type one letter such as 'd', there have some bundled exports.🤔

It is redundant, and how to overlook it?🤔
Beta Was this translation helpful? Give feedback.
All reactions