Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 227 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 227 Bytes

TypeScript starter

Minimalist boilerplate for local experimentations 🧪.

What's cooking?

  • TypeScript 5
  • Jest 29 (ts-jest)
  • Eslint 8
  • Prettier 2

Commands:

pnpm install

pnpm test
pnpm build
pnpm lint