Skip to content

Commit

Permalink
Fix knip configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed Oct 24, 2024
1 parent e147519 commit 6f793cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/knip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ const project = ["**/*.ts", "**/*.tsx"];
const config: KnipConfig = {
ignoreDependencies: ["prettier"],
workspaces: {
"accessibility-code-checker/*": { entry, project },
"accessibility-code-checker/demo-page": { entry: "src/main.tsx", project },
common: { entry: "persist.ts", project },
"custom-testing/*": { entry, project },
"custom-testing/crawling": { entry: ["crawling.ts"], project },
Expand Down

0 comments on commit 6f793cd

Please sign in to comment.