You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.