Typescript Compile in Conjunction with Gulp Build
WebStorm gives me error highlighting and nesting while TypeScript compiling is enabled. However, I have other build tasks such as ngAnnotate that require me to use gulp in addition to wanting a non ide based build.
Is there a way to continue getting error highlighting and automatic file nesting while using gulp watch based typescript compilation? Essentially, I don't want the WebStorm built in compilation to write any transpiled code to disk.
请先登录再写评论。
You can try setting up your gulp task as a file watcher in WebStorm, making sure to set the filters in your watchers to parse the output, making console links clickable. But errors that come from tsc run via gulp won't be highlighted in editor