mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 17:04:01 -04:00
* add histogram * fix types error * rename matrix histogram component * clean up * add dns histogram container * wrap passed in function with useCallback * isolate utils functions * extract types * disable chart legend for dns histogram * add dns bytes in
13 lines
161 B
JSON
13 lines
161 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": [
|
|
"mocha",
|
|
"node"
|
|
]
|
|
},
|
|
"include": [
|
|
"**/*"
|
|
],
|
|
"exclude": []
|
|
}
|