mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Update tsconfig target to ES2020
This commit is contained in:
parent
1748873ae2
commit
ef8350a68b
1 changed files with 1 additions and 6 deletions
|
|
@ -3,13 +3,8 @@
|
|||
"allowJs": true,
|
||||
"checkJs": false,
|
||||
"composite": true,
|
||||
"downlevelIteration": true,
|
||||
"esModuleInterop": true,
|
||||
"jsx": "react",
|
||||
"lib": [
|
||||
"dom",
|
||||
"es2017"
|
||||
],
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"preserveConstEnums": true,
|
||||
|
|
@ -17,7 +12,7 @@
|
|||
"resolveJsonModule": true,
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
"target": "es2018",
|
||||
"target": "ES2020",
|
||||
"typeRoots": [
|
||||
"./node_modules/@types"
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue