plantain-00 / type-coverage

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

Does this count JavaScript files? #9

Closed davidgomes closed 5 years ago

davidgomes commented 5 years ago

Does this tool count .js files which are part of the project as untyped lines of code?

(If I get an answer, I'll make sure to create a FAQ Section in the README of the project with an answer to it!)

plantain-00 commented 5 years ago

Yes, it will count, as long as type-coverage -p and tsc -p refer to the same tsconfig.json