Skip to content

Commit e967ca6

Browse files
committed
chore: update
1 parent 9010323 commit e967ca6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/zh/config/lib/dts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export default {
157157
- **类型:** `boolean`
158158
- **默认值:** `false`
159159

160-
是否在生成类型声明文件时构建项目的 references。这相当于在 `tsc` 命令中使用 `--build` 标志。更多详细信息请参考 [项目引用](https://www.typescriptlang.org/docs/handbook/project-references.html)
160+
是否在生成类型声明文件时构建项目的 project references。这相当于在 `tsc` 命令中使用 `--build` 标志。更多详细信息请参考 [项目引用](https://www.typescriptlang.org/docs/handbook/project-references.html)
161161

162162
::: note
163163

website/docs/zh/guide/advanced/dts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ import { PackageManagerTabs } from '@theme';
8282
| ------------------------------------------------------------------- | ---------------------------------------------------------------------- |
8383
| [dts.bundle](/config/lib/dts#dtsbundle) | 是否打包类型声明文件。 |
8484
| [dts.distPath](/config/lib/dts#dtsdistpath) | 类型声明文件的输出目录。 |
85-
| [dts.build](/config/lib/dts#dtsbuild) | 是否在生成类型声明文件时构建项目的 references。 |
85+
| [dts.build](/config/lib/dts#dtsbuild) | 是否在生成类型声明文件时构建项目的 project references。 |
8686
| [dts.abortOnError](/config/lib/dts#dtsabortonerror) | 当类型声明文件生成过程中出现错误时,是否中止构建过程。 |
8787
| [dts.autoExtension](/config/lib/dts#dtsautoextension) | 是否根据 [format](/config/lib/format) 选项自动设置类型声明文件扩展名。 |
8888
| [banner.dts](/config/lib/banner#bannerdts) | 在每个类型声明文件顶部注入内容。 |

0 commit comments

Comments
 (0)