Skip to content

Commit

Permalink
Revert "[desktop]: ES2023"
Browse files Browse the repository at this point in the history
This reverts commit 6f848ab.
  • Loading branch information
tiagohm committed Jun 20, 2024
1 parent 66b2f8e commit 2f8dab5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions desktop/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@
"node_modules/@types"
],
"lib": [
"ES2023",
"dom"
"es2022",
"es2018",
"es2017",
"es2016",
"es2015",
"dom"
],
"useDefineForClassFields": false
},
Expand Down
8 changes: 6 additions & 2 deletions desktop/tsconfig.serve.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@
"node"
],
"lib": [
"ES2023",
"dom"
"es2022",
"es2018",
"es2017",
"es2016",
"es2015",
"dom"
]
},
"files": [
Expand Down

0 comments on commit 2f8dab5

Please sign in to comment.