diff --git a/tsconfig.json b/tsconfig.json index 49bb53aa..248dc3b0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "module": "CommonJS", "outDir": "dist/main", "sourceMap": true, - "target": "ES2015", + "target": "ES2017", "strict": true,