mirror of https://github.com/mongodb/mongo
SERVER-95506: jsconfig.json should include files rather than exclude them. (#27790)
GitOrigin-RevId: d1458aa7e3eb539ea9a9b31cdf7fdd04980231a5
This commit is contained in:
parent
ccd2cd11ec
commit
f7fbfe5564
|
|
@ -4,8 +4,9 @@
|
|||
"disableSizeLimit": true,
|
||||
"target": "ES2020"
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"src/third_party"
|
||||
"include": [
|
||||
"jstests/**/*.js",
|
||||
"src/mongo/shell/*.js",
|
||||
"src/third_party/fast_check/**/*"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue