diff --git a/.storybook/main.ts b/.storybook/main.ts index 0237d40c..eefa842a 100644 --- a/.storybook/main.ts +++ b/.storybook/main.ts @@ -79,7 +79,7 @@ const config: StorybookConfig = { 'filepond-plugin-file-validate-size', '@devoinc/holo', '@tanstack/react-virtual', - 'date-fns-tz', + '@date-fns/tz', ], }, }); diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 00000000..bbabe808 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,3 @@ +{ + "extends": "./common/tsconfig", +}