### Prerequisites - [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 read the [issue reproduction guide](https://knip.dev/guides/issue-reproduction) ### Reproduction url https://github.com/abrahamguo/repro/tree/knip-fn ### Reproduction access - [x] I've made sure the reproduction is publicly accessible ### Good version 6.12.0 ### Bad version 6.12.1 ### Description of the regression `lib.ts`: ``` export type T = 0; export const f = () => { let _: T; }; ``` `entry.ts`: ``` import { f } from './lib.ts'; ``` `T` is unused, but Knip no longer reports it.
Prerequisites
Reproduction url
https://github.com/abrahamguo/repro/tree/knip-fn
Reproduction access
Good version
6.12.0
Bad version
6.12.1
Description of the regression
lib.ts:entry.ts:Tis unused, but Knip no longer reports it.