valid · git:20260204.dd61f9d · 2026-02-04 · sha256 cac0c62884c2cfe8

valid git:20260204.dd61f9dA

Immutable. This exact content is served forever at /api/v1/blob/cac0c62884c2cfe8.

---
description: TypeScript coding standards for the project
globs: "**/*.ts"
alwaysApply: false
---
# TypeScript Rules

Use strict TypeScript with explicit types.

## Guidelines

- Always use explicit return types for functions
- Prefer `const` over `let`
- Use interfaces over type aliases for object shapes
- Enable strict null checks