Skip to content

Commit e8039d7

Browse files
committed
Change to require Node.js 16
1 parent 232f0d7 commit e8039d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// To do: remove when `mathjax-full` types are fixed.
1111
"skipLibCheck": true,
1212
"strict": true,
13-
"target": "es2020"
13+
"target": "es2022"
1414
},
1515
"exclude": ["coverage/", "node_modules/"],
1616
"include": ["**/*.js"]

0 commit comments

Comments
 (0)