Skip to content

Commit

Permalink
tsocnfig
Browse files Browse the repository at this point in the history
Change-Id: I4241622be4048ca3593332400f2e2a311587a7e2
  • Loading branch information
bpedersen2 committed Sep 4, 2023
1 parent 626b54a commit f420749
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"target": "es2019",
"module": "es2020",
"target": "es2022",
"module": "es2022",
"lib": [
"es2019",
"es2022",
"dom"
]
},
Expand Down

0 comments on commit f420749

Please sign in to comment.