penx / remix-google-cloud-functions

Google Cloud functions request handler for Remix
https://www.npmjs.com/package/remix-google-cloud-functions
21 stars 6 forks source link

Can Firebase function be TypeScript? #168

Closed dayson closed 1 year ago

dayson commented 1 year ago

https://github.com/penx/remix-google-cloud-functions/blob/e442890c74dd30b6d57e723cf6935bd28fb625b4/example/functions/index.js#L1

Hi, awesome repo and super helpful. Curious if there is a specific reason why this firebase function is written in JavaScript and not TypeScript, like the rest of the repo? Reason I ask is because I attempted to convert it to TypeScript and firebase deploy fails. Most likely I'm doing something silly but wanted to confirm with you.

Thanks!