Skip to content

Commit 31245cd

Browse files
committed
Remove unused kbn_references from plugin tsconfig
1 parent a42d48a commit 31245cd

File tree

3 files changed

+4
-24
lines changed

3 files changed

+4
-24
lines changed

src/platform/packages/shared/kbn-search-api-panels/tsconfig.json

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,15 @@
22
"extends": "../../../../../tsconfig.base.json",
33
"compilerOptions": {
44
"outDir": "target/types",
5-
"types": [
6-
"jest",
7-
"node",
8-
"react"
9-
]
5+
"types": ["jest", "node", "react"]
106
},
11-
"include": [
12-
"**/*.ts",
13-
"**/*.tsx",
14-
],
15-
"exclude": [
16-
"target/**/*"
17-
],
7+
"include": ["**/*.ts", "**/*.tsx"],
8+
"exclude": ["target/**/*"],
189
"kbn_references": [
1910
"@kbn/i18n",
2011
"@kbn/core-application-browser",
2112
"@kbn/share-plugin",
22-
"@kbn/i18n-react",
23-
"@kbn/security-plugin",
2413
"@kbn/console-plugin",
25-
"@kbn/ui-theme",
26-
"@kbn/try-in-console",
27-
"@kbn/test-jest-helpers"
14+
"@kbn/try-in-console"
2815
]
2916
}

x-pack/solutions/search/plugins/enterprise_search/tsconfig.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@
5555
"@kbn/search-index-documents",
5656
"@kbn/search-connectors",
5757
"@kbn/logs-shared-plugin",
58-
"@kbn/core-http-browser-mocks",
59-
"@kbn/core-application-browser",
60-
"@kbn/core-capabilities-common",
6158
"@kbn/code-editor",
6259
"@kbn/console-plugin",
6360
"@kbn/core-notifications-browser",
@@ -73,7 +70,6 @@
7370
"@kbn/try-in-console",
7471
"@kbn/core-chrome-browser",
7572
"@kbn/navigation-plugin",
76-
"@kbn/security-plugin-types-common",
7773
"@kbn/core-security-server",
7874
"@kbn/core-security-server-mocks",
7975
"@kbn/unsaved-changes-prompt",

x-pack/solutions/search/plugins/serverless_search/tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,12 @@
3939
"@kbn/kibana-utils-plugin",
4040
"@kbn/index-management-plugin",
4141
"@kbn/usage-collection-plugin",
42-
"@kbn/es-types",
4342
"@kbn/console-plugin",
4443
"@kbn/core-chrome-browser",
4544
"@kbn/core-logging-server-mocks",
4645
"@kbn/discover-plugin",
4746
"@kbn/content-connectors-plugin",
48-
"@kbn/index-management-shared-types",
4947
"@kbn/react-kibana-context-render",
50-
"@kbn/security-api-key-management",
5148
"@kbn/search-inference-endpoints",
5249
"@kbn/security-plugin-types-common",
5350
"@kbn/search-indices",

0 commit comments

Comments
 (0)