mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
Aligns the Portable Dashboard renderer and the Control Group renderer to a new API structure using `useImperativeHandle` rather than the overcomplicated and mostly unused wrapper provider system.
26 lines
569 B
JSON
26 lines
569 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "target/types"
|
|
},
|
|
"include": [
|
|
"index.ts",
|
|
"common/**/*.ts",
|
|
"public/**/*.ts",
|
|
"public/**/*.tsx",
|
|
"server/**/*.ts",
|
|
"../../typings/**/*"
|
|
],
|
|
"exclude": ["target/**/*"],
|
|
"kbn_references": [
|
|
"@kbn/core",
|
|
"@kbn/developer-examples-plugin",
|
|
"@kbn/data-plugin",
|
|
"@kbn/controls-plugin",
|
|
"@kbn/navigation-plugin",
|
|
"@kbn/shared-ux-page-kibana-template",
|
|
"@kbn/embeddable-plugin",
|
|
"@kbn/data-views-plugin",
|
|
"@kbn/es-query",
|
|
]
|
|
}
|