If the user sets `nyc` options in `package.json` file, they are ignored when generating the report: ```json { "nyc": { "exclude": ["src/serviceWorker.ts"] } } ``` <img width="1438" alt="Screen Shot 2020-04-15 at 10 00 41 AM" src="https://user-images.githubusercontent.com/2212006/79346119-f9be9b00-7eff-11ea-8c38-8ae950e33606.png"> This is because we do not use `nyc report ...` CLI command that reads all options and merges them, but we are using the NPM module API