Skip to content

Commit

Permalink
update tsconfig target
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed Nov 7, 2024
1 parent 0e4af96 commit 83a45c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascript/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"experimentalDecorators": true,
"module": "ESNext",
"lib": [
"ES6"
"ES2022"
],
"target": "ES6",
"target": "ES2022",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"noEmit": true
Expand Down

0 comments on commit 83a45c7

Please sign in to comment.