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

Commit 7cca0b9

Browse files
adding doc to tsconfig.json
1 parent 899f18a commit 7cca0b9

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
@@ -3,7 +3,7 @@
33
"esModuleInterop": true,
44
"exactOptionalPropertyTypes": true,
55
"forceConsistentCasingInFileNames": true,
6-
"lib": ["ES2020"],
6+
"lib": ["ES2020", "dom"],
77
"module": "CommonJS",
88
"moduleResolution": "node",
99
"noEmit": true,

0 commit comments

Comments
 (0)