File tree Expand file tree Collapse file tree 4 files changed +26
-1
lines changed
plugins/telemetry_collection_xpack Expand file tree Collapse file tree 4 files changed +26
-1
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+ " common/**/*" ,
12+ " server/**/*" ,
13+ " ../../../typings/*"
14+ ],
15+ "references" : [
16+ { "path" : " ../../../src/core/tsconfig.json" },
17+ { "path" : " ../../../src/plugins/telemetry_collection_manager/tsconfig.json" },
18+ { "path" : " ../../../src/plugins/telemetry/tsconfig.json" }
19+ ]
20+ }
21+
Original file line number Diff line number Diff line change 2626 { "path" : " ../../src/plugins/telemetry_collection_manager/tsconfig.json" },
2727 { "path" : " ../../src/plugins/telemetry/tsconfig.json" },
2828 { "path" : " ../../src/plugins/kibana_usage_collection/tsconfig.json" },
29+ { "path" : " ../plugins/telemetry_collection_xpack/tsconfig.json" },
2930 { "path" : " ../../src/plugins/newsfeed/tsconfig.json" }
3031 ]
3132}
Original file line number Diff line number Diff line change 1313 " plugins/apm/e2e/cypress/**/*" ,
1414 " plugins/apm/scripts/**/*" ,
1515 " plugins/licensing/**/*" ,
16- " plugins/global_search/**/*"
16+ " plugins/global_search/**/*" ,
17+ " plugins/telemetry_collection_xpack/**/*"
1718 ],
1819 "compilerOptions" : {
1920 "paths" : {
3536 { "path" : " ../src/plugins/telemetry_collection_manager/tsconfig.json" },
3637 { "path" : " ../src/plugins/telemetry/tsconfig.json" },
3738 { "path" : " ../src/plugins/kibana_usage_collection/tsconfig.json" },
39+ { "path" : " ./plugins/telemetry_collection_xpack/tsconfig.json" },
3840 { "path" : " ../src/plugins/newsfeed/tsconfig.json" },
3941 ]
4042}
Original file line number Diff line number Diff line change 33 "references" : [
44 { "path" : " ./plugins/licensing/tsconfig.json" },
55 { "path" : " ./plugins/global_search/tsconfig.json" },
6+ { "path" : " ./plugins/telemetry_collection_xpack/tsconfig.json" },
67 ]
78}
You can’t perform that action at this time.
0 commit comments