We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15eddca commit a94c7bcCopy full SHA for a94c7bc
tsconfig.json
@@ -9,7 +9,7 @@
9
"esModuleInterop": true,
10
"forceConsistentCasingInFileNames": true,
11
"jsx": "react-jsx",
12
- "lib": ["ESNext"],
+ "lib": ["ESNext", "DOM"],
13
"module": "ESNext",
14
"moduleResolution": "Bundler",
15
"noFallthroughCasesInSwitch": true,
0 commit comments