diff --git a/tsconfig.json b/tsconfig.json index 2dcc8e5..e4ea327 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "outDir": "./dist", "allowJs": true, - "target": "es5" + "target": "es6" }, "include": [ "./src/**/*"