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