diff --git a/tsconfig.json b/tsconfig.json
index 9a10f43fdd90e5b671faf50168667ad0c5dcb23d..acfe5f9eac7b63efed68e5a5cbbe729b692dce3f 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -2,7 +2,7 @@
     "compilerOptions": {
         "module": "commonjs",
         "moduleResolution": "node",
-        "target": "ES6",
+        "target": "es2016",
         "noImplicitAny": false,
         "sourceMap": false,
         "outDir": "./build",