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.
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.