Chrome 78 supports all of ES2018 but we'll only add the Promise.finally for now

Co-Authored-By: Rafael Oleza <rafeca@users.noreply.github.com>
This commit is contained in:
Markus Olsson 2020-06-16 16:01:28 +02:00
parent e45faa86d3
commit 6dccf14728

View file

@ -12,7 +12,8 @@
"jsx": "react",
"strict": true,
"noEmit": true,
"outDir": "./out"
"outDir": "./out",
"lib": ["ES2017", "DOM", "DOM.Iterable", "ES2018.Promise"]
},
"plugins": [
{