diff --git a/tsconfig.json b/tsconfig.json index 6a90154..8cc2a7d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, - "target": "ES2020", + "target": "ES6", "declaration": true, "esModuleInterop": true, "lib": ["es6", "esnext"],