Revision 8b7276841252d87a8a3c4e5cc6d062d32a08230c authored by Andrey Zhavoronkov on 25 September 2023, 11:21:36 UTC, committed by Andrey Zhavoronkov on 25 September 2023, 11:21:36 UTC
1 parent 58f34e6
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