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 d92338b commit 919fc85Copy full SHA for 919fc85
website/docs/en/guide/advanced/dts.mdx
@@ -51,6 +51,11 @@ If you want to generate bundleless DTS, you can:
51
If you want to generate bundle DTS, you can:
52
53
- Install `@microsoft/api-extractor` as a development dependency.
54
+
55
+import { PackageManagerTabs } from '@theme';
56
57
+<PackageManagerTabs command="add @microsoft/api-extractor -D" />
58
59
- Set `dts: { bundle: true }` in the Rslib configuration file.
60
-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