Commit 40bae24 1 parent a846cf7 commit 40bae24 Copy full SHA for 40bae24
File tree 4 files changed +29
-4
lines changed
4 files changed +29
-4
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : "../../../tsconfig.base.json" ,
3
+ "compilerOptions" : {
4
+ "composite" : true ,
5
+ "outDir" : "./target/types" ,
6
+ "emitDeclarationOnly" : true ,
7
+ "declaration" : true ,
8
+ "declarationMap" : true
9
+ } ,
10
+ "include" : [
11
+ "public/**/*" ,
12
+ "server/**/*" ,
13
+ "common/**/*" ,
14
+ "../../../typings/**/*"
15
+ ] ,
16
+ "references" : [
17
+ { "path" : "../../../src/core/tsconfig.json" } ,
18
+ { "path" : "../licensing/tsconfig.json" }
19
+ ]
20
+ }
21
+
Original file line number Diff line number Diff line change 20
20
{ "path" : "../../src/core/tsconfig.json" } ,
21
21
{ "path" : "../../src/plugins/kibana_utils/tsconfig.json" } ,
22
22
{ "path" : "../../src/plugins/kibana_react/tsconfig.json" } ,
23
- { "path" : "../plugins/licensing/tsconfig.json" }
23
+ { "path" : "../plugins/licensing/tsconfig.json" } ,
24
+ { "path" : "../plugins/global_search/tsconfig.json" } ,
24
25
]
25
26
}
Original file line number Diff line number Diff line change 12
12
"plugins/security_solution/cypress/**/*" ,
13
13
"plugins/apm/e2e/cypress/**/*" ,
14
14
"plugins/apm/scripts/**/*" ,
15
- "plugins/licensing/**/*"
15
+ "plugins/licensing/**/*" ,
16
+ "plugins/global_search/**/*" ,
16
17
] ,
17
18
"compilerOptions" : {
18
19
"paths" : {
28
29
{ "path" : "../src/core/tsconfig.json" } ,
29
30
{ "path" : "../src/plugins/kibana_utils/tsconfig.json" } ,
30
31
{ "path" : "../src/plugins/kibana_react/tsconfig.json" } ,
31
- { "path" : "./plugins/licensing/tsconfig.json" }
32
+ { "path" : "./plugins/licensing/tsconfig.json" } ,
33
+ { "path" : "./plugins/global_search/tsconfig.json" } ,
32
34
]
33
35
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"include" : [],
3
3
"references" : [
4
- { "path" : " ./plugins/licensing/tsconfig.json" }
4
+ { "path" : " ./plugins/licensing/tsconfig.json" },
5
+ { "path" : " ./plugins/global_search/tsconfig.json" },
5
6
]
6
7
}
You can’t perform that action at this time.
0 commit comments