kibana/x-pack/test/tsconfig.json
Angela Chuang bb79547905
[SIEM] Add DNS histogram (#50409) (#51474)
* 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
2019-11-22 18:18:28 +00:00

13 lines
161 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"types": [
"mocha",
"node"
]
},
"include": [
"**/*"
],
"exclude": []
}