How to import library with TypeScript Playground
TypeScript Playground isn’t a fully fledged sandbox solution. It’s merely meant as a simple type explorer that doesn’t need dependencies. For your use case I would recommend using CodeSandbox instead. It comes with a whole bunch of TypeScript templates to choose from when creating a sandbox. TypeScript Playground also has an export menu where you … Read more