fix: set target version to ES2020

Now we're done, for reals.
This commit is contained in:
Vlad Frangu
2020-08-23 02:18:12 +03:00
parent 60f69cba23
commit 767a833a12

View File

@@ -10,7 +10,7 @@
"declarationMap": true,
"noUnusedLocals": true,
"removeComments": false,
"target": "ES2019",
"target": "ES2020",
"importsNotUsedAsValues": "error"
},
"exclude": [