mirror of
https://github.com/quine-global/hyper.git
synced 2026-03-13 08:28:41 -08:00
update tsc target to es2018
This commit is contained in:
parent
802d606441
commit
7aba881c2c
1 changed files with 1 additions and 1 deletions
|
|
@ -17,6 +17,6 @@
|
|||
"resolveJsonModule": true,
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
"target": "es6"
|
||||
"target": "es2018"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue