We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6638a commit d9d50dbCopy full SHA for d9d50db
.evergreen/run-typescript.sh
@@ -45,7 +45,7 @@ if [ "$TS_CHECK" == "COMPILE_DRIVER" ]; then
45
elif [ "$TS_CHECK" == "CHECK_TYPES" ]; then
46
echo "checking driver types"
47
# check compilation
48
- node $TSC mongodb.d.ts
+ node $TSC mongodb.d.ts --module node16 --target es2021
49
else
50
"Invalid value $TS_CHECK for TS_CHECK environment variable."
51
exit 1
0 commit comments