-
-
Notifications
You must be signed in to change notification settings - Fork 297
Closed
Labels
Description
Prerequisites
- I'm using the latest version
- I've read the relevant documentation
- I've searched for existing issues
- I've checked the list of known issues
- I've read the issue reproduction guide
Reproduction url
https://github.com/amerryma/knip-concurrently-binary-issue
Reproduction access
- I've made sure the reproduction is publicly accessible
Description of the issue
Knip incorrectly reports tsx
as unused when it's used as a binary within concurrently
command arguments.
Unused devDependencies (1)
tsx package.json:10:6
There is a workaround where all calls to tsx are moved to other custom scripts.