diff --git a/tsconfig.json b/tsconfig.json index b0f14d3c..551a92e6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "allowJs": true, "moduleResolution": "node", "module": "commonjs", - "target": "es2017", + "target": "es2018", "jsx": "react", "typeRoots": ["./node_modules/@types", "./typings"], "allowSyntheticDefaultImports": true