Skip to content

Commit 8cb1ee9

Browse files
Apply suggestion from @lumirlumir
Co-authored-by: 루밀LuMir <[email protected]>
1 parent bda0a5d commit 8cb1ee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

knip.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"project": ["src/**/*.{js,ts}", "tests/**/*.{js,ts}"]
1414
},
1515
"packages/config-helpers": {
16-
"entry": ["tests/**/*.{js,ts}"],
17-
"project": ["src/**/*.{js,ts}", "tests/**/*.{js,ts}"]
16+
"entry": ["tests/**/*.{js,ts,cts}"],
17+
"project": ["src/**/*.{js,ts}", "tests/**/*.{js,ts,cts}"]
1818
},
1919
"packages/core": { "project": ["src/**/*.{js,ts}"] },
2020
"packages/mcp": {

0 commit comments

Comments
 (0)