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