**Code** ```ts tsc -w ``` **TypeScript version:** 2.6.1 (reproduces in previous versions as well) **Expected behavior:** To not hog CPU when watching (not while compiling). **Actual behavior:** `tsc` node process occupies 30-40% CPU while idle in watch.