build(ts): target ES2019 instead of ESNext
This commit is contained in:
parent
bb5feb14b9
commit
a1c8e3c27f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
"compilerOptions": {
|
||||
// Enable latest features
|
||||
"lib": ["ESNext", "DOM"],
|
||||
"target": "ESNext",
|
||||
"target": "ES2019",
|
||||
"module": "ESNext",
|
||||
"moduleDetection": "force",
|
||||
"jsx": "react-jsx",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue