Currently, I am attempting to troubleshoot Ionic 3 TypeScript files using Safari developer tools. I have successfully enabled emulation and am able to detect the emulator on Safari.
Within my project, I have various pages and components files, but I am struggling to locate them as illustrated in the image below.
https://i.sstatic.net/WW2sa.png
When navigating through the Resource and Debugger Tab, I can only find JS files. I am unable to locate files related to dependency packages or libraries, as well as the files that I have personally created. I am currently following this tutorial: