Closed
Description
With the beta version of 1.8 installed using:
npm install typescript@1.8.0 -g
tsc --watch from project root does not appear to be working. It compiles once but any subsequent changes to the files has no effect.
going back to 1.7.5, everything works fine.
This seems related to #6511.
npm install typescript@next which gets version 1.9.0 also does not seem to be working.