Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit b3a747d

Browse files
committed
fix: add lib dom to tsconfig
1 parent e80bc3a commit b3a747d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"removeComments": true,
1414
"sourceMap": true,
1515
"resolveJsonModule": true,
16+
"lib": ["dom"],
1617
"baseUrl": ".",
1718
"paths": {
1819
"src/*": ["src/*"]

0 commit comments

Comments
 (0)