pzavolinsky / ts-unused-exports

ts-unused-exports finds unused exported symbols in your Typescript project
MIT License
749 stars 49 forks source link

check for .d.ts files for absolute paths #150

Closed mrseanryan closed 4 years ago

mrseanryan commented 4 years ago

Uses fix created by @davidparkagoda with a CHANGELOG added.

Replaces the PR #141

Summary:

Fixes a bug where there are false positives, if importing from a d.ts file. This only occurs if tsconfig uses absolute paths (baseUrl) or uses aliases (paths).