For my Firebase project, I have successfully deployed around 4 or 5 functions using JavaScript. However, I now wish to incorporate async-await into 2 of these functions. As such, I am considering converting these specific functions to TypeScript. My concern is whether changing the file extensions from .js to .ts will cause any issues with the remaining functions that are currently in JavaScript.