mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +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,
|
"allowSyntheticDefaultImports": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"emitDecoratorMetadata": true,
|
"emitDecoratorMetadata": true,
|
||||||
"target": "es2017",
|
"target": "esnext",
|
||||||
"lib": [
|
"lib": [
|
||||||
"es2017"
|
"es2017",
|
||||||
|
"esnext"
|
||||||
],
|
],
|
||||||
"baseUrl": "./",
|
"baseUrl": "./",
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue