Skip to content

Commit

Permalink
exclude the typescript property from basetype
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Feb 15, 2024
1 parent 4664dc1 commit 23ff2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/frameworks/react-vite/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ type TypescriptOptions = TypescriptOptionsBase & {
*/
export type StorybookConfig = Omit<
StorybookConfigBase,
keyof StorybookConfigVite | keyof StorybookConfigFramework
keyof StorybookConfigVite | keyof StorybookConfigFramework | 'typescript'
> &
StorybookConfigVite &
StorybookConfigFramework & {
Expand Down

0 comments on commit 23ff2df

Please sign in to comment.