mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Change tsconfig target to es2020
Node.js 12.9.0 and up should support all es2020 features
This commit is contained in:
parent
d066f53bc5
commit
fd8d128048
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
"allowSyntheticDefaultImports": true,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"target": "es2018",
|
||||
"target": "es2020",
|
||||
"lib": [
|
||||
"esnext"
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue