kibana/packages/kbn-interpreter/tsconfig.json
Catherine Liu 9c6a58cfb6
[Canvas] Feat: static tags for elements (#28779)
* Extract Tags component and tag filter config object from workpad templates

    Added tag filtering to element selection modal

    Added tags to element

    Added type definitions to Registry in @kbn/interpreter

    Added stories for Tag and TagList components

    Changed graphic tag color
2019-05-08 15:46:09 -05:00

5 lines
85 B
JSON

{
"extends": "../../tsconfig.json",
"include": ["index.d.ts", "src/**/*.d.ts"]
}