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 a527200 commit e744004Copy full SHA for e744004
packages/core/src/types/config/index.ts
@@ -81,6 +81,7 @@ export interface LibConfig extends RsbuildConfig {
81
/**
82
* The unique identifier of the library.
83
* @defaultValue `undefined`
84
+ * @see {@link https://lib.rsbuild.dev/config/lib/id}
85
*/
86
id?: string;
87
0 commit comments