Revision 87be7bcf539f90a3d09c63f03df9b6980cfbc530 authored by Kirill Lakhov on 07 February 2022, 13:06:42 UTC, committed by GitHub on 07 February 2022, 13:06:42 UTC
1 parent 237f98d
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