mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[type-summarizer] summarize @kbn/alerts types with source-maps (#128191)
This commit is contained in:
parent
bd76573764
commit
defba4b5c2
3 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,7 @@ ts_project(
|
|||
srcs = SRCS,
|
||||
deps = TYPES_DEPS,
|
||||
declaration = True,
|
||||
declaration_map = True,
|
||||
emit_declaration_only = True,
|
||||
out_dir = "target_types",
|
||||
root_dir = "src",
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"extends": "../../tsconfig.bazel.json",
|
||||
"compilerOptions": {
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"outDir": "target_types",
|
||||
"rootDir": "src",
|
||||
|
|
|
@ -18,6 +18,7 @@ const TYPE_SUMMARIZER_PACKAGES = [
|
|||
'@kbn/generate',
|
||||
'@kbn/mapbox-gl',
|
||||
'@kbn/ace',
|
||||
'@kbn/alerts',
|
||||
];
|
||||
|
||||
type TypeSummarizerType = 'api-extractor' | 'type-summarizer';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue