Revision dcdadf63f94e533f4ee639e683e2a4ba22ac3394 authored by Mariia Acoca on 23 October 2023, 12:54:58 UTC, committed by Mariia Acoca on 23 October 2023, 12:54:58 UTC
1 parent cd57917
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