Skip to content

Commit

Permalink
Merge pull request microsoft#4119 from dmichon-msft/forward-watch-opt…
Browse files Browse the repository at this point in the history
…ions

[heft-typescript@next] Forward watch options
  • Loading branch information
dmichon-msft authored May 17, 2023
2 parents 62f147a + a745b08 commit 2181e95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion heft-plugins/heft-typescript-plugin/src/TypeScriptBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,8 @@ export class TypeScriptBuilder {
this._getCreateBuilderProgram(ts),
tool.reportDiagnostic,
reportWatchStatus,
tsconfig.projectReferences
tsconfig.projectReferences,
tsconfig.watchOptions
);

compilerHost.clearTimeout = tool.clearTimeout;
Expand Down

0 comments on commit 2181e95

Please sign in to comment.