mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
## Summary 1. Update "type" in kibana.jsonc files where applicable for improvement to developer experience. 2. Create `@kbn/content-management-table-list-view-table-common` package and update imports --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
84 lines
2.2 KiB
JSON
84 lines
2.2 KiB
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "target/types",
|
|
"allowJs": true
|
|
},
|
|
"include": [
|
|
"common/**/*",
|
|
"public/**/*",
|
|
"server/**/*",
|
|
"config.ts",
|
|
"../../../typings/**/*",
|
|
],
|
|
"kbn_references": [
|
|
"@kbn/core",
|
|
"@kbn/maps-ems-plugin",
|
|
"@kbn/dashboard-plugin",
|
|
"@kbn/inspector-plugin",
|
|
"@kbn/data-plugin",
|
|
"@kbn/ui-actions-plugin",
|
|
"@kbn/navigation-plugin",
|
|
"@kbn/expressions-plugin",
|
|
"@kbn/visualizations-plugin",
|
|
"@kbn/embeddable-plugin",
|
|
"@kbn/saved-objects-plugin",
|
|
"@kbn/share-plugin",
|
|
"@kbn/presentation-util-plugin",
|
|
"@kbn/home-plugin",
|
|
"@kbn/charts-plugin",
|
|
"@kbn/usage-collection-plugin",
|
|
"@kbn/kibana-react-plugin",
|
|
"@kbn/kibana-utils-plugin",
|
|
"@kbn/screenshot-mode-plugin",
|
|
"@kbn/cloud-plugin",
|
|
"@kbn/features-plugin",
|
|
"@kbn/lens-plugin",
|
|
"@kbn/licensing-plugin",
|
|
"@kbn/file-upload-plugin",
|
|
"@kbn/saved-objects-tagging-plugin",
|
|
"@kbn/security-plugin",
|
|
"@kbn/spaces-plugin",
|
|
"@kbn/unified-search-plugin",
|
|
"@kbn/i18n",
|
|
"@kbn/rison",
|
|
"@kbn/es-query",
|
|
"@kbn/utility-types",
|
|
"@kbn/data-views-plugin",
|
|
"@kbn/std",
|
|
"@kbn/coloring",
|
|
"@kbn/field-formats-plugin",
|
|
"@kbn/shared-ux-button-exit-full-screen",
|
|
"@kbn/i18n-react",
|
|
"@kbn/react-field",
|
|
"@kbn/analytics",
|
|
"@kbn/mapbox-gl",
|
|
"@kbn/core-execution-context-common",
|
|
"@kbn/chart-icons",
|
|
"@kbn/ui-theme",
|
|
"@kbn/monaco",
|
|
"@kbn/safer-lodash-set",
|
|
"@kbn/custom-integrations-plugin",
|
|
"@kbn/config-schema",
|
|
"@kbn/controls-plugin",
|
|
"@kbn/shared-ux-router",
|
|
"@kbn/content-management-plugin",
|
|
"@kbn/core-saved-objects-api-server",
|
|
"@kbn/object-versioning",
|
|
"@kbn/field-types",
|
|
"@kbn/content-management-utils",
|
|
"@kbn/core-saved-objects-server",
|
|
"@kbn/maps-vector-tile-utils",
|
|
"@kbn/core-http-common",
|
|
"@kbn/content-management-table-list-view-table",
|
|
"@kbn/content-management-table-list-view",
|
|
"@kbn/serverless",
|
|
"@kbn/logging",
|
|
"@kbn/search-response-warnings",
|
|
"@kbn/calculate-width-from-char-count",
|
|
"@kbn/content-management-table-list-view-common",
|
|
],
|
|
"exclude": [
|
|
"target/**/*",
|
|
]
|
|
}
|