diff --git a/front/tsconfig.json b/front/tsconfig.json index fea8fd54..ce16ffb5 100644 --- a/front/tsconfig.json +++ b/front/tsconfig.json @@ -4,7 +4,7 @@ "sourceMap": true, "moduleResolution": "node", "module": "CommonJS", - "target": "ES2015", + "target": "ES2017", "declaration": false, "downlevelIteration": true, "jsx": "react",