2023-01-20 20:22:47 +01:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
|
|
|
"disableSizeLimit": true,
|
|
|
|
"target": "ES2020"
|
|
|
|
},
|
2024-10-14 22:57:09 +02:00
|
|
|
"include": [
|
|
|
|
"jstests/**/*.js",
|
|
|
|
"src/mongo/shell/*.js",
|
|
|
|
"src/third_party/fast_check/**/*"
|
2023-01-20 20:22:47 +01:00
|
|
|
]
|
|
|
|
}
|