0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-22 04:59:34 +01:00
mongodb/jsconfig.json
2023-01-20 21:14:47 +00:00

12 lines
194 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"disableSizeLimit": true,
"target": "ES2020"
},
"exclude": [
"node_modules",
"src/third_party"
]
}