Skip to content

Commit

Permalink
reference core from packages consuming it
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Sep 4, 2020
1 parent 51e45d5 commit 702edf8
Show file tree
Hide file tree
Showing 35 changed files with 138 additions and 33 deletions.
5 changes: 4 additions & 1 deletion examples/alerting_example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"common/**/*.ts",
"../../typings/**/*",
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../src/core/tsconfig.json" }
]
}
5 changes: 4 additions & 1 deletion examples/bfetch_explorer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"server/**/*.ts",
"../../typings/**/*",
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../src/core/tsconfig.json" }
]
}
5 changes: 4 additions & 1 deletion examples/dashboard_embeddable_examples/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"server/**/*.ts",
"../../typings/**/*",
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../src/core/tsconfig.json" }
]
}
5 changes: 4 additions & 1 deletion examples/developer_examples/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"server/**/*.ts",
"../../typings/**/*",
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../src/core/tsconfig.json" }
]
}
5 changes: 4 additions & 1 deletion examples/embeddable_examples/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
"server/**/*.ts",
"../../typings/**/*"
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../src/core/tsconfig.json" }
]
}
5 changes: 4 additions & 1 deletion examples/embeddable_explorer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"server/**/*.ts",
"../../typings/**/*",
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../src/core/tsconfig.json" }
]
}
5 changes: 4 additions & 1 deletion examples/routing_example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
"common/**/*.ts",
"../../typings/**/*",
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../src/core/tsconfig.json" }
]
}
5 changes: 4 additions & 1 deletion examples/search_examples/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
"server/**/*.ts",
"../../typings/**/*",
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../src/core/tsconfig.json" }
]
}
5 changes: 4 additions & 1 deletion examples/state_containers_examples/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
"common/**/*.ts",
"../../typings/**/*"
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../src/core/tsconfig.json" }
]
}
5 changes: 4 additions & 1 deletion examples/ui_action_examples/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"server/**/*.ts",
"../../typings/**/*",
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../src/core/tsconfig.json" }
]
}
5 changes: 4 additions & 1 deletion examples/ui_actions_explorer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
"public/**/*.tsx",
"../../typings/**/*",
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../src/core/tsconfig.json" }
]
}
5 changes: 4 additions & 1 deletion examples/url_generators_examples/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"server/**/*.ts",
"../../typings/**/*"
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../src/core/tsconfig.json" }
]
}
5 changes: 4 additions & 1 deletion examples/url_generators_explorer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"server/**/*.ts",
"../../typings/**/*"
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../src/core/tsconfig.json" }
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
"public/**/*.tsx",
"../../../../typings/**/*",
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../../../src/core/tsconfig.json" }
]
}
5 changes: 4 additions & 1 deletion test/plugin_functional/plugins/app_link_test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
"public/**/*.tsx",
"../../../../typings/**/*",
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../../../src/core/tsconfig.json" }
]
}
5 changes: 4 additions & 1 deletion test/plugin_functional/plugins/core_plugin_a/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"server/**/*.ts",
"../../../../typings/**/*",
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../../../src/core/tsconfig.json" }
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
"public/**/*.tsx",
"../../../../typings/**/*",
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../../../src/core/tsconfig.json" }
]
}
5 changes: 4 additions & 1 deletion test/plugin_functional/plugins/core_plugin_b/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"server/**/*.ts",
"../../../../typings/**/*",
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../../../src/core/tsconfig.json" }
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
"public/**/*.tsx",
"../../../../typings/**/*",
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../../../src/core/tsconfig.json" }
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
"server/**/*.ts",
"../../../../typings/**/*"
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../../../src/core/tsconfig.json" }
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
"public/**/*.tsx",
"../../../../typings/**/*"
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../../../src/core/tsconfig.json" }
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
"public/**/*.ts",
"../../../../typings/**/*"
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../../../src/core/tsconfig.json" }
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
"public/**/*.tsx",
"../../../../typings/**/*"
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../../../src/core/tsconfig.json" }
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
"server/**/*.ts",
"../../../../typings/**/*"
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../../../src/core/tsconfig.json" }
]
}
5 changes: 4 additions & 1 deletion test/plugin_functional/plugins/index_patterns/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
"server/**/*.tsx",
"../../../../typings/**/*",
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../../../src/core/tsconfig.json" }
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
"public/**/*.tsx",
"../../../../typings/**/*",
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../../../src/core/tsconfig.json" }
]
}
5 changes: 4 additions & 1 deletion test/plugin_functional/plugins/kbn_top_nav/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"server/**/*.ts",
"../../../../typings/**/*",
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../../../src/core/tsconfig.json" }
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
"public/**/*.tsx",
"../../../../typings/**/*"
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../../../src/core/tsconfig.json" }
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
"public/**/*.tsx",
"../../../../typings/**/*",
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../../../src/core/tsconfig.json" }
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"server/**/*.ts",
"../../../../typings/**/*",
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../../../src/core/tsconfig.json" }
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
"server/**/*.ts",
"../../../../typings/**/*",
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../../../src/core/tsconfig.json" }
]
}
3 changes: 3 additions & 0 deletions test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
"exclude": [
"plugin_functional/plugins/**/*",
"interpreter_functional/plugins/**/*"
],
"references": [
{ "path": "../src/core/tsconfig.json" }
]
}
5 changes: 4 additions & 1 deletion x-pack/examples/ui_actions_enhanced_examples/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"server/**/*.ts",
"../../typings/**/*"
],
"exclude": []
"exclude": [],
"references": [
{ "path": "../../../src/core/tsconfig.json" }
]
}
3 changes: 3 additions & 0 deletions x-pack/test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
],
"exclude": [
"../typings/jest.d.ts"
],
"references": [
{ "path": "../../src/core/tsconfig.json" }
]
}
5 changes: 4 additions & 1 deletion x-pack/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@
},
// overhead is too significant
"incremental": false,
}
},
"references": [
{ "path": "../src/core/tsconfig.json" }
]
}

0 comments on commit 702edf8

Please sign in to comment.