I have `.nycrc` file with some configuration: ```json { "extends": "@istanbuljs/nyc-config-typescript", "all": true, "check-coverage": false, "report-dir": "cypress-coverage", "reporter": [ "text", "json" ] } ``` The problem is neither `report-dir` nor `reporter` options works, until I set up this configs into my `package.json`