From c58a9f5e6c66b3c3d9754a7a88f3108e84c663d0 Mon Sep 17 00:00:00 2001 From: Damien Erambert Date: Sun, 13 Nov 2022 10:53:15 +0100 Subject: [PATCH] Update tsconfig.json --- tools/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tsconfig.json b/tools/tsconfig.json index 61c19b7c0..255f64ed0 100644 --- a/tools/tsconfig.json +++ b/tools/tsconfig.json @@ -2,7 +2,7 @@ "extends": "../tsconfig.json", "compilerOptions": { "module": "CommonJS", - "target": "ES2015", + "target": "ES2021", "typeRoots": ["../node_modules/@types", "../definitions"] } }