diff --git a/tsconfig.json b/tsconfig.json index 930ce8e..2b1c270 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "moduleResolution": "Node", "outDir": "./dist/", "resolveJsonModule": true, - "target": "es5", + "target": "es6", "sourceMap": true, /* Strict Type-Checking Options */