Closed davidgomes closed 5 years ago
Does this tool count .js files which are part of the project as untyped lines of code?
.js
(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!)
Yes, it will count, as long as type-coverage -p and tsc -p refer to the same tsconfig.json
type-coverage -p
tsc -p
tsconfig.json
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!)