We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed16745 commit 4e56f7dCopy full SHA for 4e56f7d
1 file changed
tsconfig.json
@@ -2,7 +2,7 @@
2
"compilerOptions": {
3
"target": "ESNext",
4
"module": "NodeNext",
5
- "lib": ["ESNext"],
+ "lib": ["ESNext", "DOM"],
6
"moduleResolution": "NodeNext",
7
"rootDir": ".",
8
"outDir": "dist",
0 commit comments