lagon icon indicating copy to clipboard operation
lagon copied to clipboard

Support TypeScript in the playground

Open QuiiBz opened this issue 1 year ago • 0 comments

Right now, the playground in the dashboard supports TypeScript type definitions but will error if we try to deploy TS code because types aren't stripped.

We should probably use ESBuild (similar to the CLI) to remove the TypeScript types when deploying in the Playground.

QuiiBz avatar May 12 '23 06:05 QuiiBz