We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bb2e2f + 1251b46 commit 8a2ded3Copy full SHA for 8a2ded3
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