3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-16 14:11:50 +00:00

Change tsconfig target to es2020

Node.js 12.9.0 and up should support all es2020 features
This commit is contained in:
Dragory 2020-01-20 23:54:52 +02:00
parent d066f53bc5
commit fd8d128048
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -6,7 +6,7 @@
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"experimentalDecorators": true, "experimentalDecorators": true,
"emitDecoratorMetadata": true, "emitDecoratorMetadata": true,
"target": "es2018", "target": "es2020",
"lib": [ "lib": [
"esnext" "esnext"
], ],