diff --git a/tsconfig.json b/tsconfig.json index e91157e47..48c443347 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,5 +15,5 @@ "rootDirs": ["src", "stories"] }, "include": ["src/**/*"], - "exclude": ["node_modules", "dist", "src/__tests__", "**/*.stories.ts", "**/*.stories.tsx"] + "exclude": ["node_modules", "dist", "src/__tests__", "src/storybook", "**/*.stories.ts", "**/*.stories.tsx"] }