swh:1:snp:973504f75325e1c705c39106a2685791af62e9e3
Raw File
Tip revision: b23fe72ddfac28c039bfab2eedbb1a5b51b1e2b5 authored by Nikita Manovich on 13 September 2023, 06:43:54 UTC
Release v2.7.0
Tip revision: b23fe72
.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