TypeScript playground

1 min read Original article ↗

TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.

Playground allows you to compile TypeScript and see JavaScript output.

Differences from typescriptlang.org/play:

  • – All strict options turned on by default
  • – More available compiler options
  • – Ability to switch TypeScript version
  • – More space for code
  • – More examples
  • – Quicker sharing, URL updates as you type
  • – Shorter sharing URLs
  • Open source