Skip to content

Commit

Permalink
ci: fix knip config
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Nov 27, 2024
1 parent 986734c commit 55a0622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knip.jsonc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/knip/schema-jsonc.json",
"entry": ["src/index.ts!"],
"project": ["src/**/*.ts!"],
"project": ["src/**/*.ts!", "!src/**/*.test-d.ts"],
"ignoreDependencies": ["@eslint/compat", "tsc-files"],
"exclude": ["exports", "nsExports", "types", "nsTypes", "duplicates"],
}

0 comments on commit 55a0622

Please sign in to comment.