Currently in the process of debugging the application using source files written in Typescript. Despite attempting to debug with Chrome, I have been limited to only being able to debug the Javascript files generated by Cordova which has proven difficult. Is there a way to debug the Typescript files directly?
ng b --project=<NameProject>
cordova build android
cordova run android