Considering developing a new Cordova application using Typescript and Ionic in Intellij.
Currently, I use JavaScript for development and utilize the chrome remote debugging feature to step through the code on the device. Is there a way to achieve remote debugging with the Typescript code instead of the transpiled JavaScript from Intellij?
If not possible, any recommendations for an efficient workflow would be highly appreciated.
Thanks in advance.
UPDATE:
Noted a JetBrains issue regarding adding Cordova debugging support. Hoping this will address my question mentioned above.
If you also require this feature, please vote at the provided link.