We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adab865 commit 298d396Copy full SHA for 298d396
website/docs/zh/guide/advanced/dts.mdx
@@ -42,7 +42,7 @@ Bundleless DTS 为库中的每个模块生成单独的声明文件,就像 `tsc
42
43
## 如何在 Rslib 中生成 DTS
44
45
-Rslib 默认使用 [TypeScript Compiler API](https://github.com/microsoft/TypeScript/wiki/Using-the-Compiler-API) 生成 Bundleless DTS, [API Extractor](https://api-extractor.com/)
+Rslib 默认使用 [TypeScript Compiler API](https://github.com/microsoft/TypeScript/wiki/Using-the-Compiler-API) 生成 Bundleless DTS, 用 [API Extractor](https://api-extractor.com/) 生成 Bundle DTS。
46
47
如果你想生成 Bundleless DTS,可以:
48
0 commit comments