Auto-fixer incorrectly transformed '../../../shared/types' imports
to '@/shared/types' (intra-feature alias) instead of using the
feature-specific shared module alias.
Fixed 3 files to use '@analytics/shared' (barrel export):
- cost-analytics.service.ts
- pnl-analytics.service.ts
- realtime-analytics.service.ts
The tsconfig.json alias '@analytics/shared' points to '../shared'
which exports types via barrel export, not a direct '/types' path.
Verified: pnpm typecheck passes ✅
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| data | ||
| docs | ||
| e2e | ||
| src | ||
| test | ||
| .gitignore | ||
| .swcrc | ||
| ANALYTICS_EVENT_EMISSION_TEST_REPORT.md | ||
| ARCHITECTURE_COMPARISON.md | ||
| docker-compose.e2e.yml | ||
| Dockerfile | ||
| Dockerfile.e2e | ||
| eslint.config.js | ||
| nest-cli.json | ||
| package.json | ||
| REVIEWS_SERVICE_REFACTOR.md | ||
| test-health-events.sh | ||
| tsconfig.json | ||
| TYPESCRIPT_COMPILATION_REPORT.md | ||
| verify-health-event-architecture.sh | ||
| vitest.config.ts | ||
| vitest.e2e.config.ts | ||