As I begin my journey with TypeScript in my new Angular project, I find myself pondering the best approach for organizing all these JS and TS files. Currently, it appears that the transpiler is placing the .js files in the same directory as the corresponding .ts file.
Is this considered the optimal practice? It's starting to feel like my folder structure is becoming cluttered with both .ts and .js files. Should I embrace this setup or consider using a separate folder?