Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 417 Bytes

Readme.md

File metadata and controls

22 lines (16 loc) · 417 Bytes

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