Revision 29b249ecb14e7ebbbcfdd9e0eb2f06d93a9910bd authored by Dmitry Kruchinin on 21 January 2022, 13:10:45 UTC, committed by GitHub on 21 January 2022, 13:10:45 UTC
1 parent 211ae2a
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