grafana/packages/grafana-alerting/tsconfig.build.json

5 lines
118 B
JSON
Raw Permalink Normal View History

2025-04-24 19:47:24 +08:00
{
"exclude": ["dist", "node_modules", "tests", "**/*.test.ts*", "**/*.story.tsx"],
2025-04-24 19:47:24 +08:00
"extends": "./tsconfig.json"
}