Skip to content

Commit e26b774

Browse files
ndbroadbentclaude
andcommitted
Configure knip to ignore undici-types dependency
undici-types is a type-only dependency required by bun-types for proper TypeScript type resolution when DOM types are not loaded. It's not directly imported in our code but is needed for the Response type fallback. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 19f41a3 commit e26b774

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

knip.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
"src/cli/e2e/vitest.config.ts",
1515
"src/cli/e2e/helpers.ts"
1616
],
17+
"ignoreDependencies": ["undici-types"],
1718
"exclude": ["unresolved"]
1819
}

0 commit comments

Comments
 (0)