We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a0043 commit 20888beCopy full SHA for 20888be
packages/core/src/types/config.ts
@@ -304,6 +304,10 @@ export interface LibConfig extends EnvironmentConfig {
304
* @see {@link https://lib.rsbuild.dev/config/lib/out-base}
305
*/
306
outBase?: string;
307
+ /**
308
+ * @inheritdoc
309
+ */
310
+ output?: RslibOutputConfig;
311
}
312
313
export type LibOnlyConfig = Omit<LibConfig, keyof EnvironmentConfig>;
0 commit comments