Webstorm runs ok when I open ts files, but once I compile, the whole program becomes super slow.
I don't run watch, just simply run tsc. I also check off "enable typescript compiler" option and "resolve objects using tsconfig.json" from webstorm's preference setting, which make it slightly faster, but still unacceptable slow. I have to constantly turn off webstorm, and re-open it once i compile my app. It is super annoying.
I am wondering if any watcher running in the background? But I do check anything I can think of, anyone has the same problems?
target
(ES5/ES6) – Workwomannode_module
s for sub-projects into onenode_modules
the WebStorm looks fine with multipletsconfig.json
now. – Workwoman