diff --git a/storybook/tsconfig.json b/storybook/tsconfig.json index e35a0a62..7c53ba3f 100644 --- a/storybook/tsconfig.json +++ b/storybook/tsconfig.json @@ -1,6 +1,6 @@ { "extends": "../tsconfig.base.json", - "include": [".storybook/*.tsx", "stories/**/*"], + "include": [".storybook/**/*", "stories/**/*"], "compilerOptions": { "rootDir": "../", "outDir": "./dist",