mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 09:19:39 +02:00
Package uses moduleResolution: NodeNext which requires explicit .js extensions on relative ESM imports. Without these, prepare/build failed and broke pnpm install for the whole monorepo. The implicit-any errors on (table) callbacks were cascading from the broken imports — they resolve once the modules import correctly. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| aiGenerations.ts | ||
| cardProgress.ts | ||
| cards.ts | ||
| dailyProgress.ts | ||
| decks.ts | ||
| deckTemplates.ts | ||
| index.ts | ||
| schema.ts | ||
| studySessions.ts | ||
| userStats.ts | ||