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 f7c6ee1 commit 5f69b77Copy full SHA for 5f69b77
tsconfig.json
@@ -5,7 +5,7 @@
5
"lib": ["ES2020", "DOM", "DOM.Iterable"],
6
"module": "ESNext",
7
"skipLibCheck": true,
8
- "types": ["vitest/globals"],
+ "types": ["vitest/globals", "react", "react-dom"],
9
10
/* Bundler mode */
11
"moduleResolution": "bundler",
0 commit comments