mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Kibana usage collection to ts project refs (#81265)
This commit is contained in:
parent
bd1ddcd365
commit
f42f767bf0
6 changed files with 26 additions and 4 deletions
19
src/plugins/kibana_usage_collection/tsconfig.json
Normal file
19
src/plugins/kibana_usage_collection/tsconfig.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"extends": "../../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"outDir": "./target/types",
|
||||
"emitDeclarationOnly": true,
|
||||
"declaration": true,
|
||||
"declarationMap": true
|
||||
},
|
||||
"include": [
|
||||
"common/*",
|
||||
"server/**/**/*",
|
||||
"../../../typings/*"
|
||||
],
|
||||
"references": [
|
||||
{ "path": "../../core/tsconfig.json" },
|
||||
{ "path": "../../plugins/usage_collection/tsconfig.json" },
|
||||
]
|
||||
}
|
|
@ -24,6 +24,7 @@
|
|||
{ "path": "../src/plugins/usage_collection/tsconfig.json" },
|
||||
{ "path": "../src/plugins/telemetry_collection_manager/tsconfig.json" },
|
||||
{ "path": "../src/plugins/telemetry/tsconfig.json" },
|
||||
{ "path": "../src/plugins/kibana_usage_collection/tsconfig.json" },
|
||||
{ "path": "../src/plugins/newsfeed/tsconfig.json" }
|
||||
]
|
||||
}
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
"src/plugins/usage_collection/**/*",
|
||||
"src/plugins/telemetry_collection_manager/**/*",
|
||||
"src/plugins/telemetry/**/*",
|
||||
"src/plugins/kibana_usage_collection/**/*",
|
||||
"src/plugins/newsfeed/**/*"
|
||||
// In the build we actually exclude **/public/**/* from this config so that
|
||||
// we can run the TSC on both this and the .browser version of this config
|
||||
|
@ -29,6 +30,7 @@
|
|||
{ "path": "./src/plugins/usage_collection/tsconfig.json" },
|
||||
{ "path": "./src/plugins/telemetry_collection_manager/tsconfig.json" },
|
||||
{ "path": "./src/plugins/telemetry/tsconfig.json" },
|
||||
{ "path": "./src/plugins/kibana_usage_collection/tsconfig.json" },
|
||||
{ "path": "./src/plugins/newsfeed/tsconfig.json" }
|
||||
]
|
||||
}
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
{ "path": "./src/plugins/usage_collection/tsconfig.json" },
|
||||
{ "path": "./src/plugins/telemetry_collection_manager/tsconfig.json" },
|
||||
{ "path": "./src/plugins/telemetry/tsconfig.json" },
|
||||
{ "path": "./src/plugins/kibana_usage_collection/tsconfig.json" },
|
||||
{ "path": "./src/plugins/newsfeed/tsconfig.json" },
|
||||
]
|
||||
}
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
{ "path": "../../src/plugins/usage_collection/tsconfig.json" },
|
||||
{ "path": "../../src/plugins/telemetry_collection_manager/tsconfig.json" },
|
||||
{ "path": "../../src/plugins/telemetry/tsconfig.json" },
|
||||
{ "path": "../../src/plugins/kibana_usage_collection/tsconfig.json" },
|
||||
{ "path": "../../src/plugins/newsfeed/tsconfig.json" }
|
||||
]
|
||||
}
|
||||
|
|
|
@ -13,10 +13,7 @@
|
|||
"plugins/apm/e2e/cypress/**/*",
|
||||
"plugins/apm/scripts/**/*",
|
||||
"plugins/licensing/**/*",
|
||||
"plugins/global_search/**/*",
|
||||
"../src/plugins/usage_collection/**/*",
|
||||
"../src/plugins/telemetry_collection_manager/**/*",
|
||||
"../src/plugins/telemetry/**/*"
|
||||
"plugins/global_search/**/*"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"paths": {
|
||||
|
@ -37,6 +34,7 @@
|
|||
{ "path": "../src/plugins/usage_collection/tsconfig.json" },
|
||||
{ "path": "../src/plugins/telemetry_collection_manager/tsconfig.json" },
|
||||
{ "path": "../src/plugins/telemetry/tsconfig.json" },
|
||||
{ "path": "../src/plugins/kibana_usage_collection/tsconfig.json" },
|
||||
{ "path": "../src/plugins/newsfeed/tsconfig.json" },
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue