Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: docs typo #2743

Closed
xgqfrms opened this issue Mar 11, 2023 · 2 comments
Closed

fix: docs typo #2743

xgqfrms opened this issue Mar 11, 2023 · 2 comments

Comments

@xgqfrms
Copy link

xgqfrms commented Mar 11, 2023

fix: docs typo

typo

This feature differs from [typeRoots](https://www.typescriptlang.org/tsconfig#typeRoots) in that it is about specifying only the exact types you want included, whereas [typeRoots](https://www.typescriptlang.org/tsconfig#typeRoots) supports saying you want particular folders.

image

fixed

This feature differs from [typeRoots](https://www.typescriptlang.org/tsconfig#typeRoots) in that it is about specifying only the exact types you want included, whereas [types](https://www.typescriptlang.org/tsconfig#types) supports saying you want particular folders.

https://www.typescriptlang.org/tsconfig#what-does-this-affect

@typescript-bot
Copy link
Collaborator

Hello! As per #2804, we are automatically closing all open issues. Please see #2804 for a description of what issues and PRs can be accepted going forward.

@typescript-bot typescript-bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 25, 2023
@agilgur5
Copy link
Contributor

This looks to be correct and not a typo; types specifies the exact types, typeRoots specifies folders. It could be worded clearer though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants