TypeScript
Edit and run TypeScript with type syntax removed in the sandbox.
The TypeScript editor opens .ts text files with syntax highlighting and code folding.
Runtime behavior
Section titled “Runtime behavior”Run strips TypeScript syntax and executes the resulting JavaScript in the same sandbox used by .js files. Console output appears below the editor.
Worktray does not run a TypeScript type checker. Code can execute even when a separate tsc check would report a type error.