Skip to content

Clean install fails because generated declarations do not match the package types entrypoint #1109

Description

@OskarEichler

Running bun install --frozen-lockfile at master 7926b28 fails in prepare: Bob emits lib/typescript/src/index.d.ts but package.json points at lib/typescript/index.d.ts. It also emits declarations for the TODO test. Proposed fix: scope tsconfig.build.json to src with rootDir src and exclude tests, retaining the existing public types entrypoint. Source TypeScript and lint otherwise pass (25 existing example warnings); the Jest suite currently contains one TODO and no executed tests. This source audit is AI-assisted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions