mirror of
https://github.com/grafana/grafana.git
synced 2024-12-28 18:01:40 -06:00
96ba32d0c8
grafana-runtime/tsconfig.json imports query to avoid a build error ¯\_(ツ)_/¯
5 lines
107 B
JSON
5 lines
107 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": ["dist", "node_modules", "**/*.test.ts", "**/*.test.tsx"]
|
|
}
|