mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 11:44:26 -06:00
5 lines
148 B
JSON
5 lines
148 B
JSON
{
|
|
"exclude": ["**/*.story.tsx", "**/*.test.ts*", "**/*.tmpl.ts", "dist", "node_modules", "src/utils/storybook"],
|
|
"extends": "./tsconfig.json"
|
|
}
|