plantain-00 / type-coverage

A CLI tool to check type coverage for typescript code
MIT License
1.21k stars 43 forks source link

Fix issue with extends behavior with types & baseUrl #68

Closed Raynos closed 3 years ago

Raynos commented 3 years ago

Fixes(if relevant):

My project worked fine when using a single configuration aka jsconfig.json or tsconfig.json.

Once i used the extends feature and split it out into two files it didn't work.

This was caused by ignoring the baseUrl I set and overwriting it incorrectly with a basePath.

Checks

plantain-00 commented 3 years ago

released in v2.14.1

Raynos commented 3 years ago

Thanks! After further debugging i've identified that this patch made the situation better and also worse. opened a new PR.