kibana/x-pack/plugins/apm/jsconfig.json
Søren Louv-Jansen 2202d0e900
Refactors properties table, implements typescript (#22402) (#22857)
* Refactors properties table, implements typescript

* Adds type info for imported variables file

* Small fixes based on code review

* Adds tests for new nested key/value table components

* Removes variable reassignment

* Fixes up styled component snapshots, uses mount instead of shallow

* Small review fixes, adds typings to PropertiesTable index file

* Small review fixes, changes method name

* Fixes test after moving back to JSON file
2018-09-09 02:25:08 +02:00

4 lines
100 B
JSON

{
"extends": "../../tsconfig.json",
"exclude": ["node_modules", "**/node_modules/*", "build"]
}