Skip to content

Commit

Permalink
updated tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jvik committed Dec 21, 2024
1 parent 0f5f9ce commit bb3fc78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"target": "es2022",
"module": "node16",
"lib": [
"ES2022"
"ES2022",
"dom"
],
"moduleResolution": "node16",
"rootDir": ".",
Expand Down

0 comments on commit bb3fc78

Please sign in to comment.