Revision 92f51819512ecee882cfcc30f02292d7af1f1d99 authored by Maria Khrustaleva on 07 November 2023, 16:42:36 UTC, committed by GitHub on 07 November 2023, 16:42:36 UTC
1 parent 40cb454
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