Skip to content

Commit

Permalink
Use ES2020 Target
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairzx81 committed Jun 17, 2024
1 parent 7118ad6 commit 63ce5d8
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,8 +1,8 @@
{
"compilerOptions": {
"strict": true,
"target": "ESNext",
"module": "ES2020",
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "Node",
"baseUrl": ".",
"paths": {
Expand Down

0 comments on commit 63ce5d8

Please sign in to comment.