Revision 2754504bb291a96b0f7c42783bbbff006a2f47d4 authored by Kirill Sizov on 12 May 2023, 13:27:14 UTC, committed by GitHub on 12 May 2023, 13:27:14 UTC
1 parent 0712d7d
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