Skip to content

Commit 3bf8277

Browse files
committed
Add dom to TS libs
1 parent 5855699 commit 3bf8277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
4-
"lib": ["es2019"]
4+
"lib": ["dom", "es2019"]
55
}
66
}

0 commit comments

Comments
 (0)