Skip to content

Commit

Permalink
Update tsconfig to include es2022
Browse files Browse the repository at this point in the history
  • Loading branch information
NethmiRodrigo committed Oct 11, 2024
1 parent fc6749d commit f2c018f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/esm-commons-lib/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"es2015.promise",
"es2016.array.include",
"es2018",
"es2020"
"es2020",
"es2022"
],
"resolveJsonModule": true,
"noEmit": true,
Expand Down

0 comments on commit f2c018f

Please sign in to comment.