Skip to content

Commit 905edd7

Browse files
authored
fix(dts): add missing optionalDependencies type (#872)
1 parent 417cedd commit 905edd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/plugin-dts/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ export type PluginDtsOptions = {
3232
| boolean
3333
| {
3434
dependencies?: boolean;
35-
devDependencies?: boolean;
35+
optionalDependencies?: boolean;
3636
peerDependencies?: boolean;
37+
devDependencies?: boolean;
3738
};
3839
banner?: string;
3940
footer?: string;

0 commit comments

Comments
 (0)