Revision 722dc74b95f5062bb9a7aea62fcf331d0595cab9 authored by Dmitry Kruchinin on 12 November 2021, 09:12:40 UTC, committed by GitHub on 12 November 2021, 09:12:40 UTC
1 parent 40604d8
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