Files
grafana/.madgerc
Kristina Demeshchik 01379bae32 Exclude type only imports circular dependencies check (#120075)
* exclude types

* codeowners
2026-03-12 08:37:48 -04:00

11 lines
130 B
Plaintext

{
"detectiveOptions": {
"ts": {
"skipTypeImports": true
},
"tsx": {
"skipTypeImports": true
}
}
}