type-puzzle
type-puzzle copied to clipboard
Web application to post and solve TypeScript type puzzle
TypeScript Playground
The unofficial TypeScript type checker for advanced users.
- :cop: Run diagnostics in browser
- :package: Install npm packages (like
@types/react) - :wrench: Highly configurable
- :link: Share your settings, code and dependencies via URL (not stored on server)
Please try it from here: https://playground.type-puzzle.org

Development
git clone [email protected]:Leko/type-puzzle.git
cd type-puzzle
npm i
npx lerna bootstrap
cd packages/playground
npm start
Now you can access localhost:8080 in your browser.