We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9dfed commit 29acc1aCopy full SHA for 29acc1a
tsconfig.dom.json
@@ -16,7 +16,8 @@
16
// No `ScriptHost` because Vue 3 dropped support for IE
17
],
18
19
- // Set to empty to avoid accidental inclusion of unwanted types
+ // Set to empty to avoid accidental inclusion of unwanted types,
20
+ // e.g. the Node.js types that would pollute the global scope.
21
"types": []
22
}
23
0 commit comments