Skip to content

fix(build): restrict tsconfig types to fix @types/minimatch build failure - #772

Merged
hkirat merged 1 commit into
mainfrom
fix/tsconfig-minimatch
Aug 5, 2026
Merged

fix(build): restrict tsconfig types to fix @types/minimatch build failure#772
hkirat merged 1 commit into
mainfrom
fix/tsconfig-minimatch

Conversation

@hkirat

@hkirat hkirat commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

Follow-up unblocking CD. A deprecated stub @types/minimatch (empty, no .d.ts) is pulled transitively and auto-included by TS, failing next build with 'Cannot find type definition file for minimatch'. Restrict compilerOptions.types to node/react/react-dom.

Generated with Devin

With the empty lockfile, a deprecated stub @types/minimatch (empty main, no
.d.ts) gets pulled transitively and auto-included by TS, failing next build
with "Cannot find type definition file for minimatch". Restrict compilerOptions
.types to the ambient types actually needed (node, react, react-dom).

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@hkirat
hkirat merged commit b3ee20e into main Aug 5, 2026
1 check failed
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.

1 participant