Skip to content

Commit 6fc61cd

Browse files
committed
chore: add "dom" to lib
1 parent e0c720f commit 6fc61cd

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
@@ -7,7 +7,7 @@
77
"sourceMap": true,
88
"outDir": "dist",
99
"baseUrl": "/",
10-
"lib": ["es2020"],
10+
"lib": ["es2020", "dom"],
1111
"declaration": true,
1212
"declarationDir": "./dist",
1313
"types": ["jest", "node"]

0 commit comments

Comments
 (0)