I have some rules in my tslint.json that require the --type-check functionality. WebStorm doesn't give me a way to add the command-line argument and to the TSLint plugin. It also doesn't give me a way to enable it from the GUI.
As a result TSLint crashes and the TSLint plugin reports an error and I can't see the inspections.
It works when I run TSLint from the command-line with the --type-check argument, but I need the inspections in the IDE.
Does anyone have a workaround for this situation?