Skip to content

zyhou/advent-of-typescript-2023

Repository files navigation

Advent of Typescript 2023

# Install
pnpm i

# Type check a specific day
DAY=01 pnpm start

# Type check the whole project
pnpm typecheck

PS: If you know how to pass variable with pnpm let me know, I would love writing something like that: pnpm start 01