Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions knip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"entry": [
"src/index.ts!",
Copy link
Collaborator Author

@gagik gagik Sep 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: for knip ! means it's a production code it treats it differently then entry points files (i.e. that's how it complains about something being a dependency instead of a dev dependency)

"src/lib.ts!",
"tests/**/*.ts",
"scripts/**/*.ts",
"eslint-rules/*.js"
],
"ignore": ["tests/integration/fixtures/curl.mjs", "tests/vitest.d.ts"],
"ignoreExportsUsedInFile": true
}
Loading
Loading