Skip to content

Commit

Permalink
Increased target version.
Browse files Browse the repository at this point in the history
  • Loading branch information
RillingDev committed Nov 11, 2022
1 parent f906e5c commit f802ade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
]
},
"lib": [
"ES2020",
"ES2021",
"DOM",
"DOM.Iterable",
"ScriptHost"
],
// Per-project
"target": "ES2020"
"target": "ES2021"
},
"include": [
"src/**/*.ts",
Expand Down

0 comments on commit f802ade

Please sign in to comment.