Does not show typescript created files properly - sometimes
Here's my project tree:
For block.ts it puts the 2 compiled files under it. For others, it does not put the .map file under. I've also seen it put the .map, but not the .js file under. How do I get it to do this correctly?
And please do not say delete the .idea folder. That seems to be the answer to everything and then I have to go configure everything again. (An IDE is supposed to make life easier, not more difficult.)
thanks - dave
Please sign in to leave a comment.
Please attach a screenshot of your file watcher settings
Thanks:) Please remove the ';' from your 'output paths to refresh' option value (after '$FileNameWithoutExtension$.js.map')
That fixed it - thank you