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 8a59781 commit e7fd96dCopy full SHA for e7fd96d
website/docs/en/config/lib/dts.mdx
@@ -9,7 +9,7 @@ overviewHeaders: [2, 3]
9
```ts
10
type Dts =
11
| {
12
- bundle?: boolean;
+ bundle?: boolean | { bundledPackages?: string[] };
13
distPath?: string;
14
build?: boolean;
15
abortOnError?: boolean;
website/docs/zh/config/lib/dts.mdx
0 commit comments