Skip to content

[release-v6.0] fix(deepseek): exclude internal.d.ts from typecheck - #16746

Merged
lgrammel merged 1 commit into
release-v6.0from
lg/LuEdRRwN
Jul 6, 2026
Merged

[release-v6.0] fix(deepseek): exclude internal.d.ts from typecheck#16746
lgrammel merged 1 commit into
release-v6.0from
lg/LuEdRRwN

Conversation

@lgrammel

@lgrammel lgrammel commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

Background

Deepseek provider was different from other providers, leading to errors:

❯ pnpm type-check
[WARN] The "pnpm" field in package.json is no longer read by pnpm. The following keys were ignored: "pnpm.onlyBuiltDependencies", "pnpm.overrides". See https://pnpm.io/settings for the new home of each setting.

> ai-repo@ type-check /Users/larsgrammel/repositories/ai
> tsc --build

error TS5055: Cannot write file '/Users/larsgrammel/repositories/ai/packages/deepseek/dist/internal/index.d.ts' because it would overwrite input file.

Found 1 error.

 ELIFECYCLE  Command failed with exit code 2.

Summary

Align with other providers.

Related Issues

Backport of #16670

## Background

Deepseek provider was different from other providers, leading to errors:

````
❯ pnpm type-check
[WARN] The "pnpm" field in package.json is no longer read by pnpm. The following keys were ignored: "pnpm.onlyBuiltDependencies", "pnpm.overrides". See https://pnpm.io/settings for the new home of each setting.

> ai-repo@ type-check /Users/larsgrammel/repositories/ai
> tsc --build

error TS5055: Cannot write file '/Users/larsgrammel/repositories/ai/packages/deepseek/dist/internal/index.d.ts' because it would overwrite input file.

Found 1 error.

 ELIFECYCLE  Command failed with exit code 2.
````

## Summary

Align with other providers.
@lgrammel lgrammel changed the title [release/v6.0] fix(deepseek): exclude internal.d.ts from typecheck (#16670) [release/v6.0] fix(deepseek): exclude internal.d.ts from typecheck Jul 6, 2026
@lgrammel lgrammel changed the title [release/v6.0] fix(deepseek): exclude internal.d.ts from typecheck [release-v6.0] fix(deepseek): exclude internal.d.ts from typecheck Jul 6, 2026
@lgrammel
lgrammel merged commit f1f0617 into release-v6.0 Jul 6, 2026
47 checks passed
@lgrammel
lgrammel deleted the lg/LuEdRRwN branch July 6, 2026 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant