Revision 43ff5d416262620cd50714a10879d9740779f474 authored by Boris Sekachev on 30 October 2023, 07:39:31 UTC, committed by GitHub on 30 October 2023, 07:39:31 UTC
1 parent fc47f58
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