Skip to content

Commit 29acc1a

Browse files
committed
docs: be specific about what kind of unwanted types we're avoiding
1 parent 7d9dfed commit 29acc1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.dom.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
// No `ScriptHost` because Vue 3 dropped support for IE
1717
],
1818

19-
// Set to empty to avoid accidental inclusion of unwanted types
19+
// Set to empty to avoid accidental inclusion of unwanted types,
20+
// e.g. the Node.js types that would pollute the global scope.
2021
"types": []
2122
}
2223
}

0 commit comments

Comments
 (0)