Make tsbuildInfoFile as commandline option to tsc (and not tsc -b)

This commit is contained in:
Sheetal Nandi
2019-03-25 12:37:55 -07:00
parent 722afc18bb
commit 35470b3f3b
24 changed files with 126 additions and 58 deletions

View File

@@ -343,7 +343,6 @@ namespace ts {
type: "string",
isFilePath: true,
paramType: Diagnostics.FILE,
isTSConfigOnly: true,
category: Diagnostics.Basic_Options,
description: Diagnostics.Specify_file_to_store_incremental_compilation_information,
},