Skip to content

Commit

Permalink
fix(typescript-estree): remove ts.sys watch program override (#7252)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jul 17, 2023
1 parent 74927c1 commit 41d6e9d
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -261,10 +261,7 @@ function createWatchProgram(
const watchCompilerHost = ts.createWatchCompilerHost(
tsconfigPath,
createDefaultCompilerOptionsFromExtra(parseSettings),
{
...ts.sys,
getCurrentDirectory: () => parseSettings.tsconfigRootDir,
},
ts.sys,
ts.createAbstractBuilder,
diagnosticReporter,
// TODO: file issue on TypeScript to suggest making optional?
Expand Down

0 comments on commit 41d6e9d

Please sign in to comment.