This repository is a TypeScript template.
- Package manager: pnpm (required). Do not use npm or yarn.
- Runtime: bun.
- Module system: ESM ("type": "module").
Run all commands from the repo root.
- Install:
pnpm install - Lint:
pnpm run lint - Format:
pnpm run format - Typecheck:
pnpm run typecheck - Precommit check:
pnpm run precommit