TypeScript: enable es2019 lib for newer definitions
This commit is contained in:
@@ -16,6 +16,11 @@
|
|||||||
"node",
|
"node",
|
||||||
"react",
|
"react",
|
||||||
"flux"
|
"flux"
|
||||||
|
],
|
||||||
|
"lib": [
|
||||||
|
"es2019",
|
||||||
|
"dom",
|
||||||
|
"dom.iterable"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
|
|||||||
Reference in New Issue
Block a user