mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-22 04:59:34 +01:00
12 lines
194 B
JSON
12 lines
194 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"disableSizeLimit": true,
|
|
"target": "ES2020"
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"src/third_party"
|
|
]
|
|
}
|