Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 231 Bytes

File metadata and controls

23 lines (15 loc) · 231 Bytes

starter-ts

A starter for creating a TypeScript package using tsdown.

Development

  • Install dependencies:
pnpm install
  • Run the unit tests:
pnpm test
  • Build the library:
pnpm build