Skip to content

Commit 12602e9

Browse files
committed
Add ts dom lib
1 parent ea992c3 commit 12602e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"compilerOptions": {
33
"target": "ES2021",
44
"lib": [
5-
"ES2021"
5+
"ES2021",
6+
"DOM"
67
],
78
"allowJs": true,
89
"module": "NodeNext",

0 commit comments

Comments
 (0)