We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea992c3 commit 12602e9Copy full SHA for 12602e9
tsconfig.json
@@ -2,7 +2,8 @@
2
"compilerOptions": {
3
"target": "ES2021",
4
"lib": [
5
- "ES2021"
+ "ES2021",
6
+ "DOM"
7
],
8
"allowJs": true,
9
"module": "NodeNext",
0 commit comments