Skip to content

Add TypeScript path aliases and strict mode across all packages #391

@Smartdevs17

Description

@Smartdevs17

Description

Import paths use relative references causing maintenance issues. Configure path aliases and enable strict TypeScript mode.

Acceptance Criteria

  • Path aliases (@/ for src root) in all TS packages
  • strict: true in all tsconfig.json
  • noImplicitAny and strictNullChecks enabled
  • Type error fixes from strict mode
  • ESLint rule for import path consistency
  • CI check for strict mode compliance

Technical Scope

  • api/tsconfig.json
  • oracle/tsconfig.json
  • Edge: path alias resolution in compiled output, IDE integration

Metadata

Metadata

Assignees

Labels

200-points200 point issueStellar WaveIssues in the Stellar wave programdrips-waveDrips Wave project taskhighHigh priority issue

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions