Skip to content

Commit a87bbef

Browse files
committed
Fix knip
1 parent 0079c00 commit a87bbef

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

knip.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
"**/*.test.ts",
1010
"**/*.test.tsx",
1111
"**/stories/**",
12-
"coverage/**",
13-
"dist/**",
14-
"out/**",
1512
"bin/**",
1613
"e2e/**",
1714
"evals/**",
@@ -20,7 +17,8 @@
2017
"src/workers/**",
2118
"src/schemas/ipc.ts",
2219
"src/extension.ts",
23-
"scripts/**"
20+
"scripts/**",
21+
"vitest.config.ts"
2422
],
2523
"workspaces": {
2624
"webview-ui": {

0 commit comments

Comments
 (0)