mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-14 21:31:50 +00:00
TS: use esnext as target/lib
This commit is contained in:
parent
207f5b3b95
commit
59204fbf51
1 changed files with 3 additions and 2 deletions
|
@ -6,9 +6,10 @@
|
|||
"allowSyntheticDefaultImports": true,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"target": "es2017",
|
||||
"target": "esnext",
|
||||
"lib": [
|
||||
"es2017"
|
||||
"es2017",
|
||||
"esnext"
|
||||
],
|
||||
"baseUrl": "./",
|
||||
"resolveJsonModule": true,
|
||||
|
|
Loading…
Add table
Reference in a new issue