Skip to content

Commit d7be3bf

Browse files
committedApr 18, 2024··
fix(recommended): add dom and dom.iterable to lib
1 parent 4ee2f52 commit d7be3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tsconfig/recommended.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Sets the right defaults for usage with @sanity/pkg-utils and that JSX is compiled with esbuild, and ESM and CJS with rollup.",
44
"compilerOptions": {
55
"target": "ESNext",
6-
"lib": ["ESNext"],
6+
"lib": ["ESNext", "DOM", "DOM.Iterable"],
77
"jsx": "preserve",
88
"module": "Preserve",
99
"moduleDetection": "force",

0 commit comments

Comments
 (0)
Please sign in to comment.