TS: use esnext as target/lib

This commit is contained in:
Dragory 2019-02-17 22:48:41 +02:00
parent 207f5b3b95
commit 59204fbf51

View file

@ -6,9 +6,10 @@
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"target": "es2017",
"target": "esnext",
"lib": [
"es2017"
"es2017",
"esnext"
],
"baseUrl": "./",
"resolveJsonModule": true,