diff --git a/packages/core-ui/tsconfig.json b/packages/core-ui/tsconfig.json index 741720b..d78a18f 100644 --- a/packages/core-ui/tsconfig.json +++ b/packages/core-ui/tsconfig.json @@ -9,5 +9,5 @@ } }, "include": ["src/**/*"], - "exclude": ["node_modules", "dist", "**/*.stories.tsx", "**/*.stories.ts"] + "exclude": ["node_modules", "dist"] }