Skip to content

08: Unify tsconfig.build.json exclude patterns across packages #55

Description

@MatthewYe

Parent

#47

What to build

三个包的 tsconfig.build.jsonexclude 模式不一致:

  • packages/core/tsconfig.build.json:排除了 src/**/*.test.ts
  • packages/opencode/tsconfig.build.jsonexclude 为空数组
  • packages/codex/tsconfig.build.jsonexclude 为空数组

统一所有三个包的 exclude 为 ["src/**/*.test.ts"],保持 cross-package 一致性。

Acceptance criteria

  • 三个包的 tsconfig.build.jsonexclude 字段一致
  • bun run build 三个包全通过
  • TypeScript 类型声明生成不受影响

Blocked by

None - can start immediately

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    resolvedAutopilot has resolved this issue

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions