If you configure TypeScript to dump .js transpilations to the same directory as your .ts files, how can you tell node.js which files are the .js files you want to run since Node seems to not differentiate between file.js or file.ts or file.foo?If you configure TypeScript to dump .js transpi