managarten/packages/cards-database
Till JS b9fdf0802f fix(cards-database): add .js extensions to relative imports for NodeNext
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>
2026-04-07 14:01:44 +02:00
..
src fix(cards-database): add .js extensions to relative imports for NodeNext 2026-04-07 14:01:44 +02:00
.env.example refactor: rename ManaDeck to Cards across entire monorepo 2026-04-01 11:45:21 +02:00
.gitignore chore(memoro): remove old NestJS backends (Phase 8+9) 2026-04-01 11:21:03 +02:00
docker-compose.yml refactor: rename ManaDeck to Cards across entire monorepo 2026-04-01 11:45:21 +02:00
drizzle.config.ts feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
package.json feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
tsconfig.json chore(memoro): remove old NestJS backends (Phase 8+9) 2026-04-01 11:21:03 +02:00