mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
* Step 2: Update client code to use resolve() method instead of get() Following sharing Saved Objects developer guide: Step 2 This step demonstrates the changes to update client code to use the new SavedObjectsClient `resolve()` method instead of `get()`. * Step 3 Lens
42 lines
1.7 KiB
JSON
42 lines
1.7 KiB
JSON
|
|
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./target/types",
|
|
"emitDeclarationOnly": true,
|
|
"declaration": true,
|
|
"declarationMap": true
|
|
},
|
|
"include": [
|
|
"*.ts",
|
|
"common/**/*",
|
|
"public/**/*",
|
|
"server/**/*",
|
|
"../../../typings/**/*"
|
|
],
|
|
"references": [
|
|
{ "path": "../spaces/tsconfig.json" },
|
|
{ "path": "../../../src/core/tsconfig.json" },
|
|
{ "path": "../task_manager/tsconfig.json" },
|
|
{ "path": "../global_search/tsconfig.json"},
|
|
{ "path": "../saved_objects_tagging/tsconfig.json"},
|
|
{ "path": "../../../src/plugins/data/tsconfig.json"},
|
|
{ "path": "../../../src/plugins/index_pattern_field_editor/tsconfig.json"},
|
|
{ "path": "../../../src/plugins/charts/tsconfig.json"},
|
|
{ "path": "../../../src/plugins/expressions/tsconfig.json"},
|
|
{ "path": "../../../src/plugins/navigation/tsconfig.json" },
|
|
{ "path": "../../../src/plugins/url_forwarding/tsconfig.json" },
|
|
{ "path": "../../../src/plugins/visualizations/tsconfig.json" },
|
|
{ "path": "../../../src/plugins/dashboard/tsconfig.json" },
|
|
{ "path": "../../../src/plugins/ui_actions/tsconfig.json" },
|
|
{ "path": "../../../src/plugins/embeddable/tsconfig.json" },
|
|
{ "path": "../../../src/plugins/share/tsconfig.json" },
|
|
{ "path": "../../../src/plugins/usage_collection/tsconfig.json" },
|
|
{ "path": "../../../src/plugins/saved_objects/tsconfig.json"},
|
|
{ "path": "../../../src/plugins/kibana_utils/tsconfig.json" },
|
|
{ "path": "../../../src/plugins/kibana_react/tsconfig.json" },
|
|
{ "path": "../../../src/plugins/embeddable/tsconfig.json"},
|
|
{ "path": "../../../src/plugins/presentation_util/tsconfig.json"},
|
|
{ "path": "../../../src/plugins/field_formats/tsconfig.json"}
|
|
]
|
|
}
|