Skip to content
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