Is typescript working on glitch?

Should I use Node JS or TYPESCRIPT for SITE BUILING??

Hey @David34,

Both Typescript and Node.js work on Glitch and you are free to use either of them for site building, although I would suggest Node.js for site building. Also check out https://glitch.com/edit/#!/hello-express which is a starter Node website.

Hope this helps!

1 Like

on the client side idk if you can use typescript but you should use typescript if you use an ide like vscode otherwise the autocompleter won’t be smart enough most of the time

2 Likes

Typescript will work fine both on client side and server side, you just need to correctly mention the module (commonjs for Node.js) you are using in the tsconfig.json file.