mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
Grafana UI: Ignore internal stories when compiling (#65983)
Grafana UI: Ignore internal stories when compiling
This commit is contained in:
parent
6108701aed
commit
c96d5d6c7e
@ -5,6 +5,14 @@
|
||||
"@grafana/ui": ["."]
|
||||
}
|
||||
},
|
||||
"exclude": ["**/*.story.tsx", "**/*.test.ts*", "**/*.tmpl.ts", "dist", "node_modules", "src/utils/storybook"],
|
||||
"exclude": [
|
||||
"**/*.story.tsx",
|
||||
"**/*.story.internal.tsx",
|
||||
"**/*.test.ts*",
|
||||
"**/*.tmpl.ts",
|
||||
"dist",
|
||||
"node_modules",
|
||||
"src/utils/storybook"
|
||||
],
|
||||
"extends": "./tsconfig.json"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user