Files
mongo/jsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
465 B
JSON
Raw Normal View History

{
"compilerOptions": {
"baseUrl": ".",
"disableSizeLimit": true,
"target": "ES2020"
},
"include": [
"jstests/**/*.js",
"jstests/**/*.d.ts",
"src/mongo/db/modules/**/jstests/**/*.js",
"src/mongo/scripting/**/*.d.ts",
"src/mongo/shell/*.js",
"src/mongo/shell/*.d.ts",
"src/third_party/fast_check/**/*"
],
"exclude": [
"jstests/libs/override_methods/"
]
}