From b0484699f7b860751b7926de95e2d30d781b847d Mon Sep 17 00:00:00 2001 From: squidfunk Date: Mon, 24 Jun 2024 08:39:07 +0200 Subject: [PATCH] Switched to ES2018 target --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 1bb6b044324..05acaaac8fa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -30,7 +30,7 @@ "strictNullChecks": true, "strictPropertyInitialization": true, "stripInternal": true, - "target": "es2015" + "target": "es2018" }, "include": [ "src/overrides/assets/javascripts",