Revision 791d93f072cbdd76e14b9469fa8e858363566ffa authored by Boris Sekachev on 05 April 2023, 16:53:44 UTC, committed by GitHub on 05 April 2023, 16:53:44 UTC
1 parent 2090a3c
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