I use tsify with browserify and watchify. While it works, it is slow. If I have a simple "hello world" js file, it takes 1 to 3 seconds to recompile it when I save it. I do not know if this is an issue with tsify or watchify, but `tsc -w` is much faster (about 100ms to recompile)