Skip to content

chore(build): typescript 7 multi-build mode - #8271

Draft
kuhe wants to merge 1 commit into
mainfrom
kuhe/chore/ts7
Draft

chore(build): typescript 7 multi-build mode#8271
kuhe wants to merge 1 commit into
mainfrom
kuhe/chore/ts7

Conversation

@kuhe

@kuhe kuhe commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Description

Using TS7's --build mode from https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/, multiple packages can be built in the same memory/process context, speeding things up.

@kuhe
kuhe requested a review from a team as a code owner August 18, 2026 20:41
@kuhe
kuhe marked this pull request as draft August 18, 2026 20:41
"rootDir": "src",
"declaration": true,
"declarationDir": "dist-types",
"tsBuildInfoFile": "dist-types/.tsbuildinfo",

@kuhe kuhe Aug 18, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

  • this should be moved into a central location and take on the package name, for easy deletion and avoiding accidental publishing of the buildinfo file

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