Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 165 Bytes

readme.md

File metadata and controls

12 lines (9 loc) · 165 Bytes

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