Skip to content

Commit be96963

Browse files
committed
build: parallelize tsc type resolution for @modelcontextprotocol/node
This solves an OOM issue with rolldown and this project structure, which btw I cannot debug further. Will remain a mistery.
1 parent e248611 commit be96963

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/middleware/node/tsdown.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export default defineConfig({
2929
// Bundles d.ts files into a single output
3030
dts: {
3131
resolver: 'tsc',
32+
parallel: true,
3233
// override just for DTS generation:
3334
compilerOptions: {
3435
baseUrl: '.',

0 commit comments

Comments
 (0)