We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb2e2f commit 1251b46Copy full SHA for 1251b46
src/compiler/tsc.ts
@@ -3,7 +3,7 @@
3
4
namespace ts {
5
export interface SourceFile {
6
- fileWatcher: FileWatcher;
+ fileWatcher?: FileWatcher;
7
}
8
9
/**
0 commit comments