Revision ada56a74901da1c327b5b2ab9474bc53a816650c authored by Taha on 10 April 2024, 10:21:00 UTC, committed by GitHub on 10 April 2024, 10:21:00 UTC
1 parent 1355725
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