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 2
2
"extends" : " ../../../../../tsconfig.base.json" ,
3
3
"compilerOptions" : {
4
4
"outDir" : " target/types" ,
5
- "types" : [
6
- " jest" ,
7
- " node" ,
8
- " react"
9
- ]
5
+ "types" : [" jest" , " node" , " react" ]
10
6
},
11
- "include" : [
12
- " **/*.ts" ,
13
- " **/*.tsx" ,
14
- ],
15
- "exclude" : [
16
- " target/**/*"
17
- ],
7
+ "include" : [" **/*.ts" , " **/*.tsx" ],
8
+ "exclude" : [" target/**/*" ],
18
9
"kbn_references" : [
19
10
" @kbn/i18n" ,
20
11
" @kbn/core-application-browser" ,
21
12
" @kbn/share-plugin" ,
22
- " @kbn/i18n-react" ,
23
- " @kbn/security-plugin" ,
24
13
" @kbn/console-plugin" ,
25
- " @kbn/ui-theme" ,
26
- " @kbn/try-in-console" ,
27
- " @kbn/test-jest-helpers"
14
+ " @kbn/try-in-console"
28
15
]
29
16
}
Original file line number Diff line number Diff line change 55
55
" @kbn/search-index-documents" ,
56
56
" @kbn/search-connectors" ,
57
57
" @kbn/logs-shared-plugin" ,
58
- " @kbn/core-http-browser-mocks" ,
59
- " @kbn/core-application-browser" ,
60
- " @kbn/core-capabilities-common" ,
61
58
" @kbn/code-editor" ,
62
59
" @kbn/console-plugin" ,
63
60
" @kbn/core-notifications-browser" ,
73
70
" @kbn/try-in-console" ,
74
71
" @kbn/core-chrome-browser" ,
75
72
" @kbn/navigation-plugin" ,
76
- " @kbn/security-plugin-types-common" ,
77
73
" @kbn/core-security-server" ,
78
74
" @kbn/core-security-server-mocks" ,
79
75
" @kbn/unsaved-changes-prompt" ,
Original file line number Diff line number Diff line change 39
39
" @kbn/kibana-utils-plugin" ,
40
40
" @kbn/index-management-plugin" ,
41
41
" @kbn/usage-collection-plugin" ,
42
- " @kbn/es-types" ,
43
42
" @kbn/console-plugin" ,
44
43
" @kbn/core-chrome-browser" ,
45
44
" @kbn/core-logging-server-mocks" ,
46
45
" @kbn/discover-plugin" ,
47
46
" @kbn/content-connectors-plugin" ,
48
- " @kbn/index-management-shared-types" ,
49
47
" @kbn/react-kibana-context-render" ,
50
- " @kbn/security-api-key-management" ,
51
48
" @kbn/search-inference-endpoints" ,
52
49
" @kbn/security-plugin-types-common" ,
53
50
" @kbn/search-indices" ,
You can’t perform that action at this time.
0 commit comments