From e267ab9c4df5c00abb77ff3d115af322bc682230 Mon Sep 17 00:00:00 2001 From: Franco Victorio Date: Tue, 25 Jul 2023 11:06:40 +0200 Subject: [PATCH] Bump compilation target to es2021 --- config/typescript/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/typescript/tsconfig.json b/config/typescript/tsconfig.json index fbbc0efe2c..52c240b20e 100644 --- a/config/typescript/tsconfig.json +++ b/config/typescript/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "ES2020", + "target": "ES2021", "module": "commonjs", "declaration": true, "declarationMap": true,