Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 802 Bytes

File metadata and controls

36 lines (23 loc) · 802 Bytes

typescriptlings

This project contains small exercises to get you used to reading and writing TypeScript code. This includes reading and responding to compiler messages.

getting started

Heavily inspired by rustlings.

prerequisites

The project uses Deno as a TypeScript runtime, so you need to install it first.

ready to run 🚀

deno task start

development

Run tests:

deno task test

Before submitting a PR:

deno task pr-fix