Revision 26750a9afbe47cb6d80aee6d1cf7ff9795f77afd authored by Taha on 27 March 2024, 10:44:16 UTC, committed by GitHub on 27 March 2024, 10:44:16 UTC
1 parent f5dae55
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