2 messages · Page 1 of 1 (latest)
I'm trying to execute TS with the deno_runtime crate, using the example https://github.com/denoland/deno/blob/main/runtime/examples/hello_runtime.rs.
Though it seems like deno_runtime doesn't come with TypeScript support. How can I add TypeScript support to the runtime to execute .ts files directly?
Maybe try taking a look at swc?