Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jun 10, 2024
1 parent 7ecba7c commit d06e361
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions code/core/scripts/dts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,22 @@ const external = [
...nodeInternals,
'typescript',
'@storybook/core',
'@storybook/core/dist/builder-manager',
'@storybook/core/dist/channels',
'@storybook/core/dist/router',
'@storybook/core/dist/preview-api',
'@storybook/core/dist/manager-api',
'@storybook/core/dist/client-logger',
'@storybook/core/dist/types',
'@storybook/core/dist/common',
'@storybook/core/dist/components',
'@storybook/core/dist/core-events',
'@storybook/core/dist/core-server',
'@storybook/core/dist/csf-tools',
'@storybook/core/dist/docs-tools',
'@storybook/core/dist/manager-api',
'@storybook/core/dist/node-logger',
'@storybook/core/dist/preview-api',
'@storybook/core/dist/router',
'@storybook/core/dist/telemetry',
'@storybook/core/dist/theming',
'@storybook/core/dist/types',
];

const all = entries.filter((e) => e.dts);
Expand Down

0 comments on commit d06e361

Please sign in to comment.