Revision 11cec4ccb05b14b0089b925f04380a4d2b8e25b8 authored by Kirill Lakhov on 15 February 2024, 13:31:53 UTC, committed by GitHub on 15 February 2024, 13:31:53 UTC
1 parent e8384f8
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