Skip to content

Commit

Permalink
build: update Knip config
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Mar 27, 2024
1 parent 4cfc17a commit 26a74a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions knip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const config: KnipConfig = {
// The [TO_RESPONSE] method is required by an external library, we don't use it directly
'app/api/_lib/exceptions/base.exception.ts',
],
ignoreBinaries: ['bunx', 'nixpacks'],
ignoreDependencies: ['vercel', 'bun-types', '@tsconfig/bun', '@tsconfig/strictest'],
ignoreBinaries: ['nixpacks'],
ignoreDependencies: ['vercel', '@types/bun', '@tsconfig/bun', '@tsconfig/strictest'],
};

// biome-ignore lint/style/noDefaultExport: This must be a default export
Expand Down

0 comments on commit 26a74a0

Please sign in to comment.