Skip to content

Commit de5b278

Browse files
committed
lib: add DOM to lib for URL types
1 parent 152d00a commit de5b278

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
@@ -24,7 +24,7 @@
2424
"allowJs": true,
2525
"checkJs": false,
2626
"noEmit": true,
27-
"lib": ["ESNext"],
27+
"lib": ["ESNext", "DOM"],
2828
"target": "ESNext",
2929
"module": "CommonJS",
3030
"baseUrl": ".",

0 commit comments

Comments
 (0)