mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -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"
|
||
|
]
|
||
|
}
|