Skip to content

Commit cc86f8c

Browse files
committed
chore: publish bug
1 parent 79f8e7d commit cc86f8c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tools/bundler/src/logic/rollup.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ export function getRollupOptions(
5858
tsconfig: path.resolve(projectRoot, config.tsconfig),
5959
compilerOptions: {
6060
sourceMap: false,
61-
declaration: false
61+
declaration: false,
62+
// Avoid TS6304 with project refs where tsconfig has `composite: true`.
63+
composite: false
6264
}
6365
}),
6466
url({

0 commit comments

Comments
 (0)