limber icon indicating copy to clipboard operation
limber copied to clipboard

Add support for TypeScript in the editor (as well for compilation)

Open NullVoxPopuli opened this issue 7 months ago • 0 comments

This will require figuring out how to add ts_ls in codemirror. The babel/compilation side of this is the easy part 🙈

In particular, it's possible that each framework integration may need to supply their own "how to compile TS", since frameworks like Svelte, Vue, and Ember (and eventually Angular) don't use TSX

NullVoxPopuli avatar Jul 05 '25 22:07 NullVoxPopuli