Skip to content

Commit

Permalink
test: fix SB configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jlopezcur committed Dec 27, 2024
1 parent 87bdc62 commit b391cce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const config: StorybookConfig = {
'filepond-plugin-file-validate-size',
'@devoinc/holo',
'@tanstack/react-virtual',
'date-fns-tz',
'@date-fns/tz',
],
},
});
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "./common/tsconfig",
}

0 comments on commit b391cce

Please sign in to comment.