Alerting: Fix package types reference (#107183)

This commit is contained in:
Gilles De Mey
2025-06-25 13:50:49 +00:00
committed by GitHub
parent 1f97c0db8c
commit 4400c370eb
@@ -1,4 +1,4 @@
{
"exclude": ["dist", "node_modules", "tests", "**/*.test.ts*"],
"exclude": ["dist", "node_modules", "tests", "**/*.test.ts*", "**/*.story.tsx"],
"extends": "./tsconfig.json"
}