Skip to content

Commit

Permalink
Fix broken what's new on web support (Closes #677)
Browse files Browse the repository at this point in the history
  • Loading branch information
alefragnani committed May 18, 2023
1 parent 7f5449b commit ed361f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"target": "ES2020",
"outDir": "out",
"lib": [
"ES2020"
"ES2020", "DOM"
],
"sourceMap": true,
"rootDir": ".",
Expand Down
2 changes: 1 addition & 1 deletion vscode-whats-new

0 comments on commit ed361f6

Please sign in to comment.