swh:1:snp:973504f75325e1c705c39106a2685791af62e9e3
Raw File
Tip revision: 7721b268545af27b467beef54d6f1b9e36448299 authored by Nikita Manovich on 06 September 2023, 18:52:11 UTC
Release v2.6.2
Tip revision: 7721b26
.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