diff --git a/tsconfig.json b/tsconfig.json
index b7cdb5ae1eb20ffb7341a14df2220933b47c6982..e74bbca1a14ba0c74fe6e34f782b4e4b710be4c0 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,6 +1,7 @@
 {
     "compilerOptions": {
         "module": "CommonJS",
+        "target": "ES2020",
         "sourceMap": true,
         "removeComments": false,
         "outDir": "dst/",