You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/plugin-dts/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ The output directory of declaration files. The default value follows the priorit
89
89
90
90
1. The `distPath` value of the plugin options.
91
91
2. The `declarationDir` value in the `tsconfig.json` file.
92
-
3. The [output.distPath.root](https://rsbuild.rs/config/output/dist-path) value of Rsbuild configuration.
92
+
3. The [output.distPath](https://rsbuild.rs/config/output/dist-path) or [output.distPath.root](https://rsbuild.rs/config/output/dist-path) value of Rsbuild configuration.
Copy file name to clipboardExpand all lines: website/docs/en/config/lib/dts.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ The default value follows the priority below:
136
136
137
137
1. The `dts.distPath` value in the current lib configuration.
138
138
2. The `declarationDir` value in the `tsconfig.json` file.
139
-
3. The [output.distPath.root](/config/rsbuild/output#outputdistpath) value in the current lib configuration.
139
+
3. The [output.distPath](/config/rsbuild/output#outputdistpath) or [output.distPath.root](/config/rsbuild/output#outputdistpath) value in the current lib configuration.
0 commit comments