Target es2018

Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2020-01-27 13:39:33 +01:00
parent 945cd7ff8e
commit fc694b90b6

View File

@ -8,7 +8,7 @@
"allowJs": true,
"moduleResolution": "node",
"module": "commonjs",
"target": "es2017",
"target": "es2018",
"jsx": "react",
"typeRoots": ["./node_modules/@types", "./typings"],
"allowSyntheticDefaultImports": true