Skip to content

Commit 919fc85

Browse files
committed
chore: update
1 parent d92338b commit 919fc85

File tree

1 file changed

+6
-1
lines changed
  • website/docs/en/guide/advanced

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ If you want to generate bundleless DTS, you can:
5151
If you want to generate bundle DTS, you can:
5252

5353
- Install `@microsoft/api-extractor` as a development dependency.
54+
55+
import { PackageManagerTabs } from '@theme';
56+
57+
<PackageManagerTabs command="add @microsoft/api-extractor -D" />
58+
5459
- Set `dts: { bundle: true }` in the Rslib configuration file.
5560

56-
More details about DTS configuration, please refer to [lib.dts](/config/dts).
61+
You can refer to [lib.dts](/config/dts) for more details about DTS configuration.

0 commit comments

Comments
 (0)