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

13 lines
196 B
JSON

{
"extends": "./tsconfig.json",
"exclude": [
"dist",
"node_modules",
"src/utils/storybook",
"**/*.test.ts",
"**/*.test.tsx",
"**/*.story.tsx",
"**/*.tmpl.ts"
]
}