I'm intending to write a new Cordova app with Typescript and Ionic in Intellij.
I currently develop using js and use the chrome remote debugging feature (to device) which allows me to step through the js code.
Is there currently a way to achieve remote debugging with the Typescript code as opposed to the transpiled js code from Intellij.
If this is not possible any suggestions for workflow would be appreciated.
TIA
UPDATE:
There is currently a JetBrains issue ~ Add Cordova debugging support
Hopefully, if implemented, this will address my question (above).
If you want this feature, vote on the link above.