We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b9169 commit 4de416eCopy full SHA for 4de416e
1 file changed
knip.ts
@@ -33,8 +33,11 @@ const config: KnipConfig = {
33
'vite-plus!',
34
'h3',
35
'puppeteer',
36
+ /** Needs to be explicitly installed, even though it is not imported, to avoid type errors. */
37
'unplugin-vue-router',
38
'vite-plugin-pwa',
39
+
40
+ /** Some components import types from here, but installing it directly could lead to a version mismatch */
41
'vue-router',
42
],
43
ignoreUnresolved: ['#components', '#oauth/config'],
0 commit comments