This project contains small exercises to get you used to reading and writing TypeScript code. This includes reading and responding to compiler messages.
Heavily inspired by rustlings.
The project uses Deno as a TypeScript runtime, so you need to install it first.
deno task start
Run tests:
deno task test
Before submitting a PR:
deno task pr-fix