Alerting: Fix package types reference (#107183)

pull/107196/head
Gilles De Mey 4 weeks ago committed by GitHub
parent 1f97c0db8c
commit 4400c370eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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"
}

Loading…
Cancel
Save