
Hey, is there any way to create a function on appwrite using typescript? I selected node js, should I choose anything other?
TL;DR
Developers looking to create an Appwrite function using Typescript for Node.js should update the `appwrite.json` file to handle the changes or compile it to JavaScript before deployment, as the server won't run Typescript directly. They can follow the steps outlined in the repository found at the provided link for more detailed instructions.

thank you!

Make sure to update your appwrite.json
file to handle the changes or compile it to JS before deploying the function, as node won't run typescript on the server

aha, so, what are the steps


when I go here, choose node.js

and next,next


existing repo?

or what should I do
Recommended threads
- schedule functions not working
starting from 15:02 utc time my schedule function stops working. I was able to execute it using the GUI. The schedule is every 5 minutes and I can see a clock i...
- Appwrite 1.7.4 " Utopia\Domains\Domain::...
- Getting permission denied error while de...
My `package.json` build script is `tsc` and function's commands are `npm install && npm run build`. Here are the deployment logs: ``` 2025-06-19T15:14:36.849527...
