Skip to content

Commit 20888be

Browse files
committed
docs: update LibConfig output type
1 parent 92a0043 commit 20888be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/core/src/types/config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,10 @@ export interface LibConfig extends EnvironmentConfig {
304304
* @see {@link https://lib.rsbuild.dev/config/lib/out-base}
305305
*/
306306
outBase?: string;
307+
/**
308+
* @inheritdoc
309+
*/
310+
output?: RslibOutputConfig;
307311
}
308312

309313
export type LibOnlyConfig = Omit<LibConfig, keyof EnvironmentConfig>;

0 commit comments

Comments
 (0)