diff --git a/src/compiler/commandLineParser.ts b/src/compiler/commandLineParser.ts index 86bb598c2a8df..ff566060cf2ca 100644 --- a/src/compiler/commandLineParser.ts +++ b/src/compiler/commandLineParser.ts @@ -437,7 +437,6 @@ export const commonOptionsWithBuild: CommandLineOption[] = [ name: "generateTrace", type: "string", isFilePath: true, - isCommandLineOnly: true, paramType: Diagnostics.DIRECTORY, category: Diagnostics.Compiler_Diagnostics, description: Diagnostics.Generates_an_event_trace_and_a_list_of_types,