Skip to content

fix: prepare packages for typescript 7 - #4610

Open
czy88840616 wants to merge 8 commits into
v4-nextfrom
codex/fix-typescript-7-interop
Open

fix: prepare packages for typescript 7#4610
czy88840616 wants to merge 8 commits into
v4-nextfrom
codex/fix-typescript-7-interop

Conversation

@czy88840616

Copy link
Copy Markdown
Member

Summary

  • remove the unsupported esModuleInterop: false setting and explicitly include Node types
  • update CommonJS imports that are invoked or constructed under TypeScript 7 interop semantics
  • fix Buffer and WebSocket type incompatibilities exposed by TypeScript 7
  • remove the deprecated baseUrl setting from the Next.js package config

Validation

  • pnpm exec tsc -p packages/upload/tsconfig.json --noEmit --pretty false
  • TypeScript 7 compile sweep completed for the previously failing top-level packages; remaining repo-wide fixture/sample migration is intentionally out of scope.

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant