Skip to content

zyhou/advent-of-typescript

Repository files navigation

Advent of Typescript

# Install
pnpm i

# Type check a specific day and year
DAY=01 YEAR=2024 pnpm start

# Type check the whole project
pnpm typecheck