Skip to content

Commit a94c7bc

Browse files
committed
fix(compiler): fix compiler issue with dom
1 parent 15eddca commit a94c7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"esModuleInterop": true,
1010
"forceConsistentCasingInFileNames": true,
1111
"jsx": "react-jsx",
12-
"lib": ["ESNext"],
12+
"lib": ["ESNext", "DOM"],
1313
"module": "ESNext",
1414
"moduleResolution": "Bundler",
1515
"noFallthroughCasesInSwitch": true,

0 commit comments

Comments
 (0)