Closed wongjiahau closed 1 year ago
In my project, I have a file where its name ends with index.ts. Although all of its exports were imported elsewhere, ts-unused-exports reports the file as containing unused exports.
index.ts
ts-unused-exports
Similar issue here, I have a file with the name index.utils.ts and is reported as unused after upgrade to v8.0.0 from v7.0.3
index.utils.ts
related to #222
In my project, I have a file where its name ends with
index.ts
. Although all of its exports were imported elsewhere,ts-unused-exports
reports the file as containing unused exports.