diff --git a/tsconfig.build.json b/tsconfig.build.json index 48dd1a9..e720762 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -8,6 +8,6 @@ "skipLibCheck": true, "strict": true }, - "include": ["src/components/**/*"], - "exclude": ["node_modules","**/*.stories.tsx", "**/*.test.tsx"] + "include": ["src/Components/**/*"], + "exclude": ["node_modules", "**/*.stories.tsx", "**/*.test.tsx"] } \ No newline at end of file