Skip to content

Commit 039d8e5

Browse files
committed
ci: add knip configuration
1 parent 4d48b9a commit 039d8e5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

knip.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"$schema": "https://unpkg.com/knip@5/schema.json",
3+
"workspaces": {
4+
".": {
5+
"entry": ["src/index.ts"],
6+
"ignore": ["playground/**"]
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)