Hey all,
We have recently decided to migrate our services over to TS but we 'd like to do so bit by bit as our services are quite large.
One problem we have is deciding on which files to start with. It can get quite tricky updating one file to TS, but you then see it's imported in another file, so that now needs to become a TS file too as you cant import TS into JS.
Are there any tools available to identify JS files that aren't being imported into any other JS file, so that we could avoid this issue in the beginning?
Thanks!