We are currently working with TypeScript in Webstorm. We setup the fileWatcher a while a go. Everything was working fine. Yesterday, the file watcher stop working on one file, at least that I noticed. The other script file are working fine, but in this file I need to delete the js
file that are compiled to force a new creation of the file.
The error happens in webstorm 8 and the latest release of webstorm 9 (138.2406). In the webstorm 9, the event logger rises the following error : AssertionError: null
Does anyone else have that error?
Also, the transpiled file are not place under the ts file.