### Prerequisites - [x] I'm using the latest version - [x] I've read the relevant [documentation](https://knip.dev) - [x] I've searched for [existing issues](https://github.com/webpro-nl/knip/issues?q=is%3Aissue) - [x] I've checked the [list of known issues](https://knip.dev/reference/known-issues) - [x] I've read the [issue reproduction guide](https://knip.dev/guides/issue-reproduction) ### Reproduction url repro repo attached ### Reproduction access - [x] I've made sure the reproduction is publicly accessible ### Description of the issue ``` $ cd apps/server $ pnpm install $ pnpm knip --dependencies Unused devDependencies (1) @repo/jest-config package.json:6:6 ``` * Using `--trace-file jest.config.ts` shows the file is analyzed but the workspace package import is not traced. [knip-repro.zip](https://github.com/user-attachments/files/24389258/knip-repro.zip)