Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zyhou/advent-of-typescript-2023

https://typehero.dev/aot-2023
https://github.com/zyhou/advent-of-typescript-2023

Last synced: 1 day ago
JSON representation

https://typehero.dev/aot-2023

Awesome Lists containing this project

README

        

## Advent of Typescript 2023

```sh
# 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`