Skip to content

Commit 298d396

Browse files
committed
chore: fix
1 parent adab865 commit 298d396

File tree

1 file changed

+1
-1
lines changed
  • website/docs/zh/guide/advanced

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Bundleless DTS 为库中的每个模块生成单独的声明文件,就像 `tsc
4242

4343
## 如何在 Rslib 中生成 DTS
4444

45-
Rslib 默认使用 [TypeScript Compiler API](https://github.com/microsoft/TypeScript/wiki/Using-the-Compiler-API) 生成 Bundleless DTS, [API Extractor](https://api-extractor.com/)
45+
Rslib 默认使用 [TypeScript Compiler API](https://github.com/microsoft/TypeScript/wiki/Using-the-Compiler-API) 生成 Bundleless DTS, [API Extractor](https://api-extractor.com/) 生成 Bundle DTS。
4646

4747
如果你想生成 Bundleless DTS,可以:
4848

0 commit comments

Comments
 (0)