qpixel icon indicating copy to clipboard operation
qpixel copied to clipboard

Add full TypeScript capability

Open ArtOfCode- opened this issue 7 months ago • 0 comments

We currently use TypeScript as a type checker for plain JS code. This results in a lot of messy-looking type annotations in JS. I'd like us to be able to use TypeScript directly.

This involves adding it into our compilation/assets pipeline so that it's compiled and included in assets alongside regular JS files. I'm not sure what's involved in doing that.

ArtOfCode- avatar Jul 22 '25 19:07 ArtOfCode-