We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dom
dom.iterable
lib
1 parent 4ee2f52 commit d7be3bfCopy full SHA for d7be3bf
tsconfig/recommended.json
@@ -3,7 +3,7 @@
3
"description": "Sets the right defaults for usage with @sanity/pkg-utils and that JSX is compiled with esbuild, and ESM and CJS with rollup.",
4
"compilerOptions": {
5
"target": "ESNext",
6
- "lib": ["ESNext"],
+ "lib": ["ESNext", "DOM", "DOM.Iterable"],
7
"jsx": "preserve",
8
"module": "Preserve",
9
"moduleDetection": "force",
0 commit comments