Skip to content

Commit

Permalink
chore: fixed knip
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Apr 24, 2024
1 parent 485fc5c commit 737f371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const config: KnipConfig = {
project: ["src/**/*.ts"],
ignore: ["src/data-collection/examples/*.ts", "src/configuration/common-config-type.ts"],
ignoreExportsUsedInFile: true,
ignoreDependencies: ["ts-node", "msw", "@msjws/data"],
ignoreDependencies: ["ts-node", "msw", "@mswjs/data"],
jest: {
config: ["jest.config.ts"],
entry: ["src/**/*.test.ts"],
Expand Down

0 comments on commit 737f371

Please sign in to comment.