Skip to content

Commit

Permalink
fix(compiler): fix compiler issue with dom
Browse files Browse the repository at this point in the history
  • Loading branch information
EQuimper committed Jul 11, 2024
1 parent 15eddca commit a94c7bc
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 @@ -9,7 +9,7 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react-jsx",
"lib": ["ESNext"],
"lib": ["ESNext", "DOM"],
"module": "ESNext",
"moduleResolution": "Bundler",
"noFallthroughCasesInSwitch": true,
Expand Down

0 comments on commit a94c7bc

Please sign in to comment.