From 4400c370eb69299448659cbb79157ffd2a5193f5 Mon Sep 17 00:00:00 2001 From: Gilles De Mey Date: Wed, 25 Jun 2025 15:50:49 +0200 Subject: [PATCH] Alerting: Fix package types reference (#107183) --- packages/grafana-alerting/tsconfig.build.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }