Skip to content

Chrome Debugging Shows JS files Instead of TS #4

@justme1

Description

@justme1

Hi,

First of all great tutorial!

Secondly, I'm having a small issue with chrome debugging. If I clone your project everything works fine - even when I debug in Chrome I can see the .ts files when debugging.

However, if I first open the project in Webstorm then Webstorm creates for each of the .ts files a .js file which causes Chrome to display the .js files and not the .ts files.

If I remove the generated .js files Webstorm creates I can see the .ts files when debugging in Chrome.

Why is the creation of the .js files causes this problem to Chrome showing the .js files and not the .ts files?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions