You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/tsconfig-reference/copy/en/intro.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,6 @@ This page covers all of the different options available inside a TSConfig file.
12
12
- The [root fields](#Top%20Level) for letting TypeScript know what files are available
13
13
- The [`compilerOptions`](#compilerOptions) fields, this is the majority of the document
14
14
- The [`watchOptions`](#watchOptions) fields, for tweaking the watch mode
15
-
- The [`typeAcquisition`](#typeAcquisition) fields, for tweaking the how types are added to JavaScript projects
15
+
- The [`typeAcquisition`](#typeAcquisition) fields, for tweaking how types are added to JavaScript projects
16
16
17
17
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).
0 commit comments