trails/packages/map
Ullrich Schäfer 9f583e6777
Fix map typecheck in CI: add peer deps as devDependencies
leaflet, react-leaflet, and @types/leaflet are peer dependencies of
the map package. In CI, pnpm's strict isolation means they aren't
accessible from the package directory during standalone tsc. Adding
them as devDependencies ensures they're installed for typechecking
while consumers still provide them at runtime via peer deps.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 00:06:49 +02:00
..
src Extract @trails-cool/map-core package from Planner 2026-04-12 22:28:14 +02:00
package.json Fix map typecheck in CI: add peer deps as devDependencies 2026-04-13 00:06:49 +02:00
tsconfig.json Fix map typecheck in CI: add peer deps as devDependencies 2026-04-13 00:06:49 +02:00
vitest.config.ts Standardize monorepo pipeline: test, lint, typecheck across all workspaces 2026-04-13 00:00:43 +02:00