Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/zh/guide/advanced/dts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Rslib 默认使用 [TypeScript Compiler API](https://github.com/microsoft/TypeSc

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

- 设置 `dts: true` 或者 `dts: { bundle: false }` 在 Rslib 配置文件。
- 设置 `dts: false` 或者 `dts: { bundle: false }` 在 Rslib 配置文件。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dts: true means enable DTS generation which default to bundleless DTS. This is totally correct in docs.


如果你想生成 Bundle DTS,可以:

Expand Down
Loading