File tree Expand file tree Collapse file tree 3 files changed +4
-24
lines changed
src/platform/packages/shared/kbn-search-api-panels
x-pack/solutions/search/plugins Expand file tree Collapse file tree 3 files changed +4
-24
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments