Add options tsBuildInfoFile to provide name for the buildinfo file

This commit is contained in:
Sheetal Nandi
2019-03-01 09:58:16 -08:00
parent df9da15abb
commit cd195c91c6
30 changed files with 4253 additions and 13 deletions

View File

@@ -338,6 +338,15 @@ namespace ts {
category: Diagnostics.Basic_Options,
description: Diagnostics.Enable_incremental_compilation,
},
{
name: "tsBuildInfoFile",
type: "string",
isFilePath: true,
paramType: Diagnostics.FILE,
isTSConfigOnly: true,
category: Diagnostics.Basic_Options,
description: Diagnostics.Specify_file_to_store_incremental_compilation_information,
},
{
name: "removeComments",
type: "boolean",