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

delete unintentional the before how: tweaking (the) how types are added #3297

Merged
merged 1 commit into from
Jan 7, 2025
Merged
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/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ This page covers all of the different options available inside a TSConfig file.
- The [root fields](#Top%20Level) for letting TypeScript know what files are available
- The [`compilerOptions`](#compilerOptions) fields, this is the majority of the document
- The [`watchOptions`](#watchOptions) fields, for tweaking the watch mode
- The [`typeAcquisition`](#typeAcquisition) fields, for tweaking the how types are added to JavaScript projects
- The [`typeAcquisition`](#typeAcquisition) fields, for tweaking how types are added to JavaScript projects

If you are starting a TSConfig from scratch, you may want to consider using `tsc --init` to bootstrap or use a [TSConfig base](https://github.com/tsconfig/bases#centralized-recommendations-for-tsconfig-bases).
Loading