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