Skip to content

Commit

Permalink
Bump ES target version to ES2022
Browse files Browse the repository at this point in the history
I want to be able to use `WeakRef`, and per
element-hq/element-web#24913 (comment),
I believe this should be safe.
  • Loading branch information
richvdh committed Jun 21, 2024
1 parent 238eea0 commit 982b1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2016",
"target": "es2022",
"experimentalDecorators": true,
"esModuleInterop": true,
"module": "commonjs",
Expand Down

0 comments on commit 982b1fa

Please sign in to comment.