Revision e569fa35ca1c7e13971299eab719a6756f279592 authored by Mariia Acoca on 17 November 2023, 13:19:40 UTC, committed by GitHub on 17 November 2023, 13:19:40 UTC
1 parent 6ae1cff
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