Skip to content

Commit 01e1692

Browse files
authored
fix: knip config (#170)
1 parent 84ffb13 commit 01e1692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.knip.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"entry": ["src/index.ts"],
3-
"project": ["src/**/*/.ts"],
3+
"project": ["src/**/*.ts"],
44
"ignoreDependencies": ["@types/jest", "@valora/prettier-config"]
55
}

0 commit comments

Comments
 (0)