lagon
lagon copied to clipboard
Support TypeScript in the playground
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.