kibana/x-pack/plugins/graph/tsconfig.json
Tim Sullivan f044bcccdb
[shared-ux] no-data analytics page package code cleanup (#172416)
## 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>
2023-12-04 13:07:59 -07:00

56 lines
1.4 KiB
JSON

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"outDir": "target/types",
"allowJs": true
},
"include": [
"*.ts",
"common/**/*",
"public/**/*",
"server/**/*",
"../../../typings/**/*",
],
"kbn_references": [
"@kbn/core",
"@kbn/licensing-plugin",
"@kbn/features-plugin",
"@kbn/data-plugin",
"@kbn/navigation-plugin",
"@kbn/saved-objects-plugin",
"@kbn/home-plugin",
"@kbn/kibana-utils-plugin",
"@kbn/kibana-react-plugin",
"@kbn/spaces-plugin",
"@kbn/unified-search-plugin",
"@kbn/i18n",
"@kbn/config-schema",
"@kbn/i18n-react",
"@kbn/inspector-plugin",
"@kbn/test-jest-helpers",
"@kbn/data-views-plugin",
"@kbn/es-query",
"@kbn/core-http-browser",
"@kbn/rison",
"@kbn/std",
"@kbn/utility-types",
"@kbn/react-field",
"@kbn/shared-ux-router",
"@kbn/saved-objects-management-plugin",
"@kbn/saved-objects-finder-plugin",
"@kbn/core-saved-objects-server",
"@kbn/content-management-plugin",
"@kbn/object-versioning",
"@kbn/content-management-table-list-view-table",
"@kbn/content-management-table-list-view",
"@kbn/core-ui-settings-browser",
"@kbn/react-kibana-mount",
"@kbn/content-management-utils",
"@kbn/logging",
"@kbn/content-management-table-list-view-common",
],
"exclude": [
"target/**/*",
]
}