Revision 3774e85bc080dbc60be6e4384d624c3ca32cb7de authored by cvat-bot[bot] on 07 November 2023, 15:49:24 UTC, committed by GitHub on 07 November 2023, 15:49:24 UTC
Co-authored-by: cvat-bot[bot] <147643061+cvat-bot[bot]@users.noreply.github.com>
1 parent 630770e
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