Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{
"compilerOptions": {
"baseUrl": ".",
"disableSizeLimit": true,
"target": "ES2020"
},
"include": [
"jstests/**/*.js",
"src/mongo/shell/*.js",
"src/third_party/fast_check/**/*"
]
}