diff --git a/tsconfig.json b/tsconfig.json index 8d3af17..a3ff778 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "inlineSourceMap": true, "inlineSources": true, "module": "ESNext", - "target": "ESNext", + "target": "es6", "allowJs": true, "noImplicitAny": true, "moduleResolution": "node", @@ -23,4 +23,4 @@ "include": [ "**/*.ts" ] -} \ No newline at end of file +}