Drew Malzahn 6461039bd7 refactor: Migrate the app to TypeScript
Convert the React app from JS/JSX to TS/TSX and add type-checking:
- Rename sheet-main, book, BookIndex, CharacterSheet to .ts(x) and
  add types (Fields, Bond, ClassEntry, Spell, CheckMap; loose
  SavedData for abbreviated save/share payloads)
- Add globals.d.ts for CSS imports and the __BOOK_DATA__ global
- tsconfig.json (strict, noEmit) and a 'typecheck' npm script
- webpack: handle ts/tsx via @babel/preset-typescript
- Enforce types with a tracked pre-commit hook (core.hooksPath),
  wired up automatically via the 'prepare' script
- Update stale Justfile format target for the src/ layout

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-17 00:51:53 +00:00
2026-06-10 01:35:03 +00:00
2026-06-17 00:02:30 +00:00
2026-06-17 00:03:04 +00:00
2026-06-05 02:38:42 +00:00
Description
No description provided
32 MiB
Languages
HTML 95.5%
TypeScript 2.3%
CSS 1.3%
Python 0.4%
JavaScript 0.2%
Other 0.2%