After doing some research on stackoverflow, I came across this post: How to debug Javascript-Code produced and served by ember-cli?
That post was created back in 2014, so I'm hoping that there have been updates or new features added since then.
I'm currently attempting to add breakpoints in my typescript files using vscode. Unfortunately, it doesn't seem to be working as expected because the ember cli isn't mapping ts to js files that are being generated.