Hello,
I'd love to have a feature called "compileOnSave". Currently, I have to launch a separate Terminal window and call tsc -w in my project and that's a bummer in a way.
tsconfig.json Allows IDEs to check for that attribute and act accordingly:
I know that atom-typescript supports it and it looks like WebStorm does to. I wonder how hard it would be to implement it. If it's easy enough, I'd try it anyway.
What are your thoughts on this?