diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 951dc8fc5063b97ef7ef48f1bb8f78f90025559e..8e57f591ec8c5c3879e6c66c8112470e37a7615f 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "esnext", + "target": "es2018", "module": "esnext", "strict": true, "jsx": "preserve", @@ -39,4 +39,4 @@ "exclude": [ "node_modules" ] -} \ No newline at end of file +}