File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/tsconfig-reference/copy/en/options Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
display : " TS Build Info File"
3
- oneline : " Specify the folder for .tsbuildinfo incremental compilation files ."
3
+ oneline : " Specify the file to store ` .tsbuildinfo` incremental build information in ."
4
4
---
5
5
6
6
This setting lets you specify a file for storing incremental compilation information as a part of composite projects which enables faster
7
7
building of larger TypeScript codebases. You can read more about composite projects [ in the handbook] ( /docs/handbook/project-references.html ) .
8
8
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 & mdash ; 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 .
You can’t perform that action at this time.
0 commit comments