Revision cc10cb947a909455aee79e6e2c68f72d03141354 authored by Maria Khrustaleva on 29 November 2023, 13:14:07 UTC, committed by GitHub on 29 November 2023, 13:14:07 UTC
1 parent 946fb90
Raw File
.nycrc
{
    "all": true,
    "compact": false,
    "extension": [
        ".js",
        ".jsx",
        ".ts",
        ".tsx"
    ],
    "exclude": [
        "**/3rdparty/*",
        "**/tests/*",
        "cvat-ui/src/actions/boundaries-actions.ts",
        "cvat-ui/src/utils/platform-checker.ts"
    ],
    "parser-plugins": [
        "typescript"
    ]
}
back to top