diff --git a/tsconfig.json b/tsconfig.json index f8b7f93..49e87a0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,7 @@ "esModuleInterop": true, "declaration": true, "removeComments": true, - "target": "ES6", + "target": "ES2017", "lib": [ "es2020", "dom",