diff --git a/src/compiler/tsc.ts b/src/compiler/tsc.ts index 21e4a7d2693e7..706d4da92f70a 100644 --- a/src/compiler/tsc.ts +++ b/src/compiler/tsc.ts @@ -239,8 +239,8 @@ namespace ts { function isJSONSupported() { return typeof JSON === "object" && typeof JSON.parse === "function"; } - - function isWatchSet(options: CompilerOptions) { + + function isWatchSet(options: CompilerOptions) { // Firefox has Object.prototype.watch return options.watch && options.hasOwnProperty("watch"); }