@hongminhee@hollo.social · Reply to Radomír Žemlička
@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.
@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.
@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
TypeScript 5.8 Release Notes