mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
ed12ebbc9c
commit
9e8451a1b1
5 changed files with 36 additions and 3 deletions
|
@ -8,4 +8,4 @@ import { getWatch } from '../../__fixtures__';
|
|||
|
||||
export const WATCH_ID = 'my-test-watch';
|
||||
|
||||
export const WATCH = { watch: getWatch({ id: WATCH_ID }) };
|
||||
export const WATCH: any = { watch: getWatch({ id: WATCH_ID }) };
|
||||
|
|
29
x-pack/plugins/watcher/tsconfig.json
Normal file
29
x-pack/plugins/watcher/tsconfig.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"extends": "../../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"outDir": "./target/types",
|
||||
"emitDeclarationOnly": true,
|
||||
"declaration": true,
|
||||
"declarationMap": true
|
||||
},
|
||||
"include": [
|
||||
"server/**/*",
|
||||
"public/**/*",
|
||||
"common/**/*",
|
||||
"tests_client_integration/**/*",
|
||||
"__fixtures__/*",
|
||||
"../../typings/**/*"
|
||||
],
|
||||
"references": [
|
||||
{ "path": "../../../src/core/tsconfig.json" },
|
||||
{ "path": "../../../src/plugins/home/tsconfig.json" },
|
||||
{ "path": "../../../src/plugins/management/tsconfig.json" },
|
||||
{ "path": "../../../src/plugins/charts/tsconfig.json" },
|
||||
{ "path": "../../../src/plugins/data/tsconfig.json" },
|
||||
{ "path": "../../../src/plugins/kibana_react/tsconfig.json" },
|
||||
{ "path": "../../../src/plugins/es_ui_shared/tsconfig.json" },
|
||||
{ "path": "../licensing/tsconfig.json" },
|
||||
{ "path": "../features/tsconfig.json" },
|
||||
]
|
||||
}
|
|
@ -59,6 +59,7 @@
|
|||
{ "path": "../plugins/cloud/tsconfig.json" },
|
||||
{ "path": "../plugins/saved_objects_tagging/tsconfig.json" },
|
||||
{ "path": "../plugins/global_search_bar/tsconfig.json" },
|
||||
{ "path": "../plugins/license_management/tsconfig.json" }
|
||||
{ "path": "../plugins/license_management/tsconfig.json" },
|
||||
{ "path": "../plugins/watcher/tsconfig.json" }
|
||||
]
|
||||
}
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
"plugins/saved_objects_tagging/**/*",
|
||||
"plugins/global_search_bar/**/*",
|
||||
"plugins/license_management/**/*",
|
||||
"plugins/watcher/**/*",
|
||||
"test/**/*"
|
||||
],
|
||||
"compilerOptions": {
|
||||
|
@ -109,5 +110,6 @@
|
|||
{ "path": "./plugins/triggers_actions_ui/tsconfig.json"},
|
||||
{ "path": "./plugins/stack_alerts/tsconfig.json"},
|
||||
{ "path": "./plugins/license_management/tsconfig.json" },
|
||||
{ "path": "./plugins/watcher/tsconfig.json" },
|
||||
]
|
||||
}
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
{ "path": "./plugins/cloud/tsconfig.json" },
|
||||
{ "path": "./plugins/saved_objects_tagging/tsconfig.json" },
|
||||
{ "path": "./plugins/global_search_bar/tsconfig.json" },
|
||||
{ "path": "./plugins/license_management/tsconfig.json" }
|
||||
{ "path": "./plugins/license_management/tsconfig.json" },
|
||||
{ "path": "./plugins/watcher/tsconfig.json" }
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue