diff --git a/packages/presentation/presentation_containers/tsconfig.json b/packages/presentation/presentation_containers/tsconfig.json index 84f28c7bc60c..7892712228da 100644 --- a/packages/presentation/presentation_containers/tsconfig.json +++ b/packages/presentation/presentation_containers/tsconfig.json @@ -6,5 +6,9 @@ }, "include": ["**/*.ts", "**/*.tsx"], "exclude": ["target/**/*"], - "kbn_references": ["@kbn/presentation-publishing", "@kbn/core-mount-utils-browser"] + "kbn_references": [ + "@kbn/presentation-publishing", + "@kbn/core-mount-utils-browser", + "@kbn/core-saved-objects-api-server", + ] } diff --git a/src/plugins/dashboard/tsconfig.json b/src/plugins/dashboard/tsconfig.json index c63f8c50b063..7cb58f040d48 100644 --- a/src/plugins/dashboard/tsconfig.json +++ b/src/plugins/dashboard/tsconfig.json @@ -75,7 +75,8 @@ "@kbn/presentation-panel-plugin", "@kbn/content-management-table-list-view-common", "@kbn/shared-ux-utility", - "@kbn/managed-content-badge" + "@kbn/managed-content-badge", + "@kbn/ui-theme" ], "exclude": ["target/**/*"] }