diff --git a/tsconfig.json b/tsconfig.json index 1b079d9e8..bb3a8dc1a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,5 +22,5 @@ "resolveJsonModule": true, "types": ["node", "jest", "@testing-library/jest-dom"] }, - "exclude": ["node_modules", "dist"] + "exclude": ["node_modules", "dist", "**/*/stories", "**/*/__tests__"] }