File tree Expand file tree Collapse file tree 6 files changed +31
-3
lines changed
src/plugins/index_pattern_management Expand file tree Collapse file tree 6 files changed +31
-3
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+ ],
14+ "references" : [
15+ { "path" : " ../../core/tsconfig.json" },
16+ { "path" : " ../data/tsconfig.json" },
17+ { "path" : " ../management/tsconfig.json" },
18+ { "path" : " ../url_forwarding/tsconfig.json" },
19+ { "path" : " ../kibana_react/tsconfig.json" },
20+ { "path" : " ../kibana_utils/tsconfig.json" },
21+ ]
22+ }
Original file line number Diff line number Diff line change 3939 { "path" : " ../src/plugins/ui_actions/tsconfig.json" },
4040 { "path" : " ../src/plugins/url_forwarding/tsconfig.json" },
4141 { "path" : " ../src/plugins/usage_collection/tsconfig.json" },
42+ { "path" : " ../src/plugins/index_pattern_management/tsconfig.json" },
4243 { "path" : " ../src/plugins/legacy_export/tsconfig.json" }
4344 ]
4445}
Original file line number Diff line number Diff line change 5959 " src/plugins/vis_type_xy/**/*" ,
6060 " src/plugins/visualizations/**/*" ,
6161 " src/plugins/visualize/**/*" ,
62+ " src/plugins/index_pattern_management/**/*" ,
6263 // In the build we actually exclude **/public/**/* from this config so that
6364 // we can run the TSC on both this and the .browser version of this config
6465 // file, but if we did it during development IDEs would not be able to find
117118 { "path" : " ./src/plugins/vis_type_xy/tsconfig.json" },
118119 { "path" : " ./src/plugins/visualizations/tsconfig.json" },
119120 { "path" : " ./src/plugins/visualize/tsconfig.json" },
121+ { "path" : " ./src/plugins/index_pattern_management/tsconfig.json" },
120122 ]
121123}
Original file line number Diff line number Diff line change 5252 { "path" : " ./src/plugins/vis_type_vega/tsconfig.json" },
5353 { "path" : " ./src/plugins/vis_type_xy/tsconfig.json" },
5454 { "path" : " ./src/plugins/visualizations/tsconfig.json" },
55- { "path" : " ./src/plugins/visualize/tsconfig.json" }
55+ { "path" : " ./src/plugins/visualize/tsconfig.json" },
56+ { "path" : " ./src/plugins/index_pattern_management/tsconfig.json" },
5657 ]
5758}
Original file line number Diff line number Diff line change 3636 { "path" : " ../../src/plugins/usage_collection/tsconfig.json" },
3737 { "path" : " ../../src/plugins/ui_actions/tsconfig.json" },
3838 { "path" : " ../../src/plugins/url_forwarding/tsconfig.json" },
39+ { "path" : " ../../src/plugins/index_pattern_management/tsconfig.json" },
3940
4041 { "path" : " ../plugins/actions/tsconfig.json" },
4142 { "path" : " ../plugins/alerts/tsconfig.json" },
Original file line number Diff line number Diff line change 8484 { "path" : " ../src/plugins/ui_actions/tsconfig.json" },
8585 { "path" : " ../src/plugins/url_forwarding/tsconfig.json" },
8686 { "path" : " ../src/plugins/usage_collection/tsconfig.json" },
87- { "path" : " ./plugins/actions/tsconfig.json" },
88- { "path" : " ./plugins/alerts/tsconfig.json" },
87+ { "path" : " ../src/plugins/index_pattern_management/tsconfig.json" },
88+ { "path" : " ./plugins/actions/tsconfig.json" },
89+ { "path" : " ./plugins/alerts/tsconfig.json" },
8990 { "path" : " ./plugins/beats_management/tsconfig.json" },
9091 { "path" : " ./plugins/canvas/tsconfig.json" },
9192 { "path" : " ./plugins/cloud/tsconfig.json" },
You can’t perform that action at this time.
0 commit comments