Skip to content

🎓 Some coding exercises solved in TypeScript.

Notifications You must be signed in to change notification settings

andrej-dyck/coding-challenges-ts

Repository files navigation

TypeScript Coding Challenges

build

This repository contains some brief coding exercises 🎓 solved in TypeScript.

Build & Check

Install dependencies with pnpm

pnpm i --frozen-lockfile

Run checks

pnpm check

Run tests in watch mode

pnpm test:watch