Skip to content

Commit db9dd40

Browse files
authored
Clarify tsBuildInfoFile isn't a folder (#2303)
1 parent 10c0693 commit db9dd40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
display: "TS Build Info File"
3-
oneline: "Specify the folder for .tsbuildinfo incremental compilation files."
3+
oneline: "The file to store `.tsbuildinfo` incremental build information in."
44
---
55

66
This setting lets you specify a file for storing incremental compilation information as a part of composite projects which enables faster
77
building of larger TypeScript codebases. You can read more about composite projects [in the handbook](/docs/handbook/project-references.html).
88

9-
This option offers a way to configure the place where TypeScript keeps track of the files it stores on the disk to
10-
indicate a project's build state — by default, they are in the same folder as your emitted JavaScript.
9+
By default it is in the same folder as your emitted JavaScript and has a `.tsbuildinfo` file extension.
10+
The default file name is based on the `outFile` option or your tsconfig file name.

0 commit comments

Comments
 (0)