Skip to content

fix: db-adapterのtsconfigを修正#26

Merged
clearclown merged 1 commit intomainfrom
fix/db-adapter-tsconfig
Jan 18, 2026
Merged

fix: db-adapterのtsconfigを修正#26
clearclown merged 1 commit intomainfrom
fix/db-adapter-tsconfig

Conversation

@clearclown
Copy link
Copy Markdown
Owner

Summary

  • db-adapterのtsconfigをtsconfig.base.jsonから継承するよう修正
  • 未使用のインポートを削除(Column, DataSource, FilterOperator)
  • ESMモジュールとして正しくビルドされるよう修正

Test plan

  • db-adapterパッケージのビルド成功確認
  • household-budgetアプリのビルド成功確認

🤖 Generated with Claude Code

- tsconfig.jsonをtsconfig.base.jsonから継承するよう変更
- 未使用のインポートを削除(Column, DataSource, FilterOperator)
- ESMモジュールとして正しくビルドされるよう修正

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings January 18, 2026 14:36
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the TypeScript configuration for the db-adapter package to align with the repository's standard pattern and removes unused type imports.

Changes:

  • Updated tsconfig.json to extend from tsconfig.base.json instead of tsconfig.json (consistent with other packages)
  • Removed unused Column import from types/index.ts
  • Removed unused DataSource and FilterOperator imports from executor/types.ts with explanatory comment

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
packages/db-adapter/tsconfig.json Fixed inheritance to use tsconfig.base.json, aligning with other packages (protocol, react, ai-provider)
packages/db-adapter/src/types/index.ts Removed unused Column type import
packages/db-adapter/src/executor/types.ts Removed unused DataSource and FilterOperator imports (these types are imported where actually used in PrismaExecutor.ts and utils.ts)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@clearclown clearclown merged commit 670c0ce into main Jan 18, 2026
8 of 10 checks passed
@clearclown clearclown deleted the fix/db-adapter-tsconfig branch January 18, 2026 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants