Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 262 Bytes

File metadata and controls

22 lines (16 loc) · 262 Bytes

Development

Building

npm run build
npm run build:strict  # Strict mode (fails on errors)

Testing

npm test
npm run test:coverage  # 100% coverage required
npm run test:watch

Type Checking

npm run typecheck