diff --git a/packages/grafana-alerting/tsconfig.build.json b/packages/grafana-alerting/tsconfig.build.json index d9b5f4c09e2..b33ea40d937 100644 --- a/packages/grafana-alerting/tsconfig.build.json +++ b/packages/grafana-alerting/tsconfig.build.json @@ -1,4 +1,4 @@ { - "exclude": ["dist", "node_modules", "tests", "**/*.test.ts*"], + "exclude": ["dist", "node_modules", "tests", "**/*.test.ts*", "**/*.story.tsx"], "extends": "./tsconfig.json" }