Skip to content

Commit

Permalink
Switch back to es2020 target
Browse files Browse the repository at this point in the history
  • Loading branch information
fredj committed Jan 22, 2025
1 parent 8296534 commit 062810a
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
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es2022",
"lib": ["es2022", "dom", "dom.iterable"],
"target": "es2020",
"lib": ["es2020", "dom", "dom.iterable"],
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
Expand Down

0 comments on commit 062810a

Please sign in to comment.