0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-21 12:39:08 +01:00
mongodb/jsconfig.json
kshitij f7fbfe5564 SERVER-95506: jsconfig.json should include files rather than exclude them. (#27790)
GitOrigin-RevId: d1458aa7e3eb539ea9a9b31cdf7fdd04980231a5
2024-10-14 22:25:31 +00:00

13 lines
245 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"disableSizeLimit": true,
"target": "ES2020"
},
"include": [
"jstests/**/*.js",
"src/mongo/shell/*.js",
"src/third_party/fast_check/**/*"
]
}