Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/tsconfig-reference/copy/en/options/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ display: "Types"
oneline: "Specify type package names to be included without being referenced in a source file."
---

By default all _visible_ "`@types`" packages are included in your compilation.
By default ``types`` is set to ``[]``. For versions below TypeScript 6.0, by default all _visible_ "`@types`" packages are included in your compilation.
Packages in `node_modules/@types` of any enclosing folder are considered _visible_.
For example, that means packages within `./node_modules/@types/`, `../node_modules/@types/`, `../../node_modules/@types/`, and so on.

Expand Down