mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-22 02:35:48 -05:00
Remove compileOnSave from compiler option
This commit is contained in:
@@ -479,14 +479,12 @@ namespace ts {
|
||||
category: Diagnostics.Advanced_Options,
|
||||
description: Diagnostics.Deprecated_Use_skipLibCheck_instead_Skip_type_checking_of_default_library_declaration_files
|
||||
},
|
||||
|
||||
{
|
||||
name: "charset",
|
||||
type: "string",
|
||||
category: Diagnostics.Advanced_Options,
|
||||
description: Diagnostics.The_character_set_of_the_input_files
|
||||
},
|
||||
compileOnSaveCommandLineOption,
|
||||
{
|
||||
name: "emitBOM",
|
||||
type: "boolean",
|
||||
|
||||
Reference in New Issue
Block a user