mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
96ba32d0c8
grafana-runtime/tsconfig.json imports query to avoid a build error ¯\_(ツ)_/¯
7 lines
111 B
JSON
7 lines
111 B
JSON
{
|
|
"extends": "../../tslint.json",
|
|
"rules": {
|
|
"import-blacklist": [true, ["^@grafana/runtime.*"]]
|
|
}
|
|
}
|