kibana/x-pack/plugins/telemetry_collection_xpack/tsconfig.json
Christiane (Tina) Heiligers 582e8e9145
Telemetry collection xpack to ts project references (#81269)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-26 11:54:04 -07:00

22 lines
519 B
JSON

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"composite": true,
"outDir": "./target/types",
"emitDeclarationOnly": true,
"declaration": true,
"declarationMap": true
},
"include": [
"common/**/*",
"server/**/*",
"../../../typings/*"
],
"references": [
{ "path": "../../../src/core/tsconfig.json" },
{ "path": "../../../src/plugins/telemetry_collection_manager/tsconfig.json" },
{ "path": "../../../src/plugins/telemetry/tsconfig.json" }
]
}