Skip to content

Commit ecda81a

Browse files
Update website/docs/en/config/lib/out-base.mdx
Co-authored-by: Timeless0911 <[email protected]>
1 parent 95796d4 commit ecda81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/en/config/lib/out-base.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ dist
5353

5454
::: tip
5555

56-
When the project needs to generate DTS type declaration files, to ensure that the generated DTS files and JS files maintain a consistent output directory structure, if you modify the `outBase` configuration, you need to also modify the [rootDir](https://www.typescriptlang.org/tsconfig/rootDir.html) in `tsconfig.json` to the same path.
56+
When the project needs to generate DTS type declaration files, to ensure that the generated DTS files and JS files maintain a consistent output directory structure, if you modify the `outBase` configuration, you need to make sure that the [rootDir](https://www.typescriptlang.org/tsconfig/rootDir.html) in `tsconfig.json` to the same path.
5757

5858
:::

0 commit comments

Comments
 (0)