I am using Angular 2 and typescript and I'm not sure what I clicked, but all my .ts files got additional .js.map/.js files created. Do anyone know how to remove these files?
When I'm opening the folder, it seems like it's trying to index the files...I'm not sure what is causing it (see image below).
Ctrl + b compiles .ts
files into their respective .js
and .js.map
files.
If you are using git for version control, and don't have any other untracked files added, you can run:
git clean -fd
which will remove all untracked files
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With