Skip to content

Commit

Permalink
docs: add FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Dec 26, 2018
1 parent eff7212 commit f046e36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ Use your own project url:
```md
[![type-coverage](https://img.shields.io/badge/dynamic/json.svg?label=type-coverage&prefix=%E2%89%A5&suffix=%&query=$.typeCoverage.atLeast&uri=https%3A%2F%2Fraw.githubusercontent.com%2Fplantain-00%2Ftype-coverage%2Fmaster%2Fpackage.json)](https://github.com/plantain-00/type-coverage)
```

## FAQ

> Q: Does this count JavaScript files?
Yes, This package calls Typescript API, Typescript can parse Javascript file(with `allowJs`), then this package can too.

0 comments on commit f046e36

Please sign in to comment.