Skip to content

Commit d9d50db

Browse files
fix lint
1 parent 5e6638a commit d9d50db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-typescript.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if [ "$TS_CHECK" == "COMPILE_DRIVER" ]; then
4545
elif [ "$TS_CHECK" == "CHECK_TYPES" ]; then
4646
echo "checking driver types"
4747
# check compilation
48-
node $TSC mongodb.d.ts
48+
node $TSC mongodb.d.ts --module node16 --target es2021
4949
else
5050
"Invalid value $TS_CHECK for TS_CHECK environment variable."
5151
exit 1

0 commit comments

Comments
 (0)