Skip to content

Commit

Permalink
Include DOM library becuase of a vitest bug (vitejs/vite#9813). Subsc…
Browse files Browse the repository at this point in the history
…ribed and will remove when they fix
  • Loading branch information
gausie committed May 26, 2024
1 parent 388b896 commit ba79c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"target": "ESNext",
"declaration": true,
"lib": ["esnext"],
"lib": ["esnext", "DOM"],
"module": "NodeNext",
"moduleResolution": "NodeNext",
"newLine": "LF",
Expand Down

0 comments on commit ba79c43

Please sign in to comment.