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
@@ -104,7 +104,7 @@ pluginDts({
104
104
105
105
Whether to generate declaration files with building the project references. This is equivalent to using the `--build` flag with the `tsc` command. See [Project References](https://www.typescriptlang.org/docs/handbook/project-references.html) for more details.
106
106
107
-
In scenarios where project references are configured but the referenced project is not built independently (such as source code development), this option needs to be enabled to ensure that the declaration files of referenced projects can be generated correctly.
107
+
When project references are configured but the referenced project is not built independently (such as source code development scenarios), this option needs to be enabled to ensure that the declaration files of referenced projects can be generated correctly.
108
108
109
109
When this option is enabled, you must explicitly set `declarationDir` or `outDir` in `tsconfig.json` in order to meet the build requirements.
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
@@ -161,7 +161,7 @@ export default {
161
161
162
162
Whether to generate declaration files with building the project references. This is equivalent to using the `--build` flag with the `tsc` command. See [Project References](https://www.typescriptlang.org/docs/handbook/project-references.html) for more details.
163
163
164
-
In scenarios where project references are configured but the referenced project is not built independently (such as source code development), this option needs to be enabled to ensure that the declaration files of referenced projects can be generated correctly.
164
+
When project references are configured but the referenced project is not built independently (such as source code development scenarios), this option needs to be enabled to ensure that the declaration files of referenced projects can be generated correctly.
0 commit comments