mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 21:58:39 -09: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,
|
"resolveJsonModule": true,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"target": "es6"
|
"target": "es2018"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue