Skip to content

Fix Inconsistent TypeScript Build Outputs Across Packages #416

@anuragxxd

Description

@anuragxxd

Description:

Some packages in the monorepo have inconsistent TypeScript build configurations, leading to different output structures in dist/ folders. This causes import issues and type definition problems for consumers.

Expected Behaviour:

  • All packages generate consistent .d.ts type definitions
  • Uniform dist/ output structure across all packages
  • Source maps consistently generated for debugging

Approach:

  1. Audit all tsconfig.json and tsconfig.prod.json files
  2. Create shared base TypeScript config
  3. Ensure all packages extend the base config
  4. Verify type definitions are properly exported in package.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Ready

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions