Skip to content

Commit

Permalink
Forward watchOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichon-msft committed May 17, 2023
1 parent 62f147a commit a745b08
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 a745b08

Please sign in to comment.