pzavolinsky / ts-unused-exports

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

Cannot parse tsconfig when using the relative path of tsconfig #248

Closed brandonxiang closed 1 year ago

brandonxiang commented 1 year ago
./bin/ts-unused-exports example/simple/tsconfig.json

It throws error. Cannot parse 'example/simple/tsconfig.json'.

cd example/simple
./bin/ts-unused-exports ./tsconfig.json

It works well. Some bug in the relative path.

mrseanryan commented 1 year ago

thank you for reporting

sean

mrseanryan commented 1 year ago

Released in 8.0.5