### 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 https://github.com/resolid/react-ui/tree/main/packages/react-ui ### Reproduction access - [x] I've made sure the reproduction is publicly accessible ### Description of the issue tsdown entry compatibility issues ``` entry: { index: "src/index.ts", "locales/*": ["src/locales/*.ts", "!src/locales/en-US.ts"], }, ``` ``` if (inputs.some(input => input.specifier.startsWith('!'))) ^ TypeError: input.specifier.startsWith is not a function ```
Prerequisites
Reproduction url
https://github.com/resolid/react-ui/tree/main/packages/react-ui
Reproduction access
Description of the issue
tsdown entry compatibility issues