洪 民憙 (Hong Minhee) :nonbinary:'s avatar
洪 民憙 (Hong Minhee) :nonbinary:

@hongminhee@hollo.social · Reply to Radomír Žemlička's post

@Razemix Yeah, for simple projects, transpilation would be overkill indeed. By the way, that's why I'd preferred Deno over Node.js. Node.js also transforms TypeScript code by default though.

Jari Pennanen's avatar
Jari Pennanen

@Ciantic@twit.social · Reply to 洪 民憙 (Hong Minhee) :nonbinary:'s post

@hongminhee @Razemix For simple Node projects you can use typescript since `node somefile.ts` works

If you use `erasableSyntaxOnly` to develop the typescript files Node can run them.

typescriptlang.org/docs/handbo