From 02d1a6a8bac89986c3431e1e92a5ee7feed1296e Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Sat, 23 Apr 2022 22:33:41 +0200 Subject: [PATCH] More modern build --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7c6ec9c..0468412 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "noUncheckedIndexedAccess": false, "baseUrl": ".", "module": "ESNext", - "target": "ES6", + "target": "ES2021", "allowJs": true, "noImplicitAny": true, "moduleResolution": "node",