From e8039d7459e4fcda53d03e516a74a13974ada4b7 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 18 Sep 2023 17:03:41 +0200 Subject: [PATCH] Change to require Node.js 16 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 4ade2fc..6d8e683 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ // To do: remove when `mathjax-full` types are fixed. "skipLibCheck": true, "strict": true, - "target": "es2020" + "target": "es2022" }, "exclude": ["coverage/", "node_modules/"], "include": ["**/*.js"]