Skip to content

Commit

Permalink
Update tsconfig target to es2021
Browse files Browse the repository at this point in the history
This gives us support for String.replaceAll
  • Loading branch information
sebastinez committed Jun 25, 2024
1 parent b0bd692 commit 1f27466
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
Expand Up @@ -4,7 +4,7 @@
"exclude": ["node_modules/*", "radicle-httpd/*"],
"compilerOptions": {
"noEmit": true,
"target": "es2020",
"target": "es2021",
"module": "es2022",
"types": ["vite/client"],
"sourceMap": true,
Expand Down

0 comments on commit 1f27466

Please sign in to comment.