mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Maps] remove maps_oss TS project (#89502)
This commit is contained in:
parent
511c9913b3
commit
f2aa5bcd95
3 changed files with 0 additions and 17 deletions
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
"extends": "../../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"outDir": "./target/types",
|
||||
"emitDeclarationOnly": true,
|
||||
"declaration": true,
|
||||
"declarationMap": true
|
||||
},
|
||||
"include": ["common/**/*", "public/**/*", "server/**/*", "config.ts"],
|
||||
"references": [
|
||||
{ "path": "../visualizations/tsconfig.json" },
|
||||
]
|
||||
}
|
|
@ -28,7 +28,6 @@
|
|||
"src/plugins/kibana_utils/**/*",
|
||||
"src/plugins/management/**/*",
|
||||
"src/plugins/maps_legacy/**/*",
|
||||
"src/plugins/maps_oss/**/*",
|
||||
"src/plugins/navigation/**/*",
|
||||
"src/plugins/newsfeed/**/*",
|
||||
"src/plugins/region_map/**/*",
|
||||
|
@ -86,7 +85,6 @@
|
|||
{ "path": "./src/plugins/kibana_utils/tsconfig.json" },
|
||||
{ "path": "./src/plugins/management/tsconfig.json" },
|
||||
{ "path": "./src/plugins/maps_legacy/tsconfig.json" },
|
||||
{ "path": "./src/plugins/maps_oss/tsconfig.json" },
|
||||
{ "path": "./src/plugins/navigation/tsconfig.json" },
|
||||
{ "path": "./src/plugins/newsfeed/tsconfig.json" },
|
||||
{ "path": "./src/plugins/region_map/tsconfig.json" },
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
{ "path": "./src/plugins/kibana_utils/tsconfig.json" },
|
||||
{ "path": "./src/plugins/management/tsconfig.json" },
|
||||
{ "path": "./src/plugins/maps_legacy/tsconfig.json" },
|
||||
{ "path": "./src/plugins/maps_oss/tsconfig.json" },
|
||||
{ "path": "./src/plugins/navigation/tsconfig.json" },
|
||||
{ "path": "./src/plugins/newsfeed/tsconfig.json" },
|
||||
{ "path": "./src/plugins/region_map/tsconfig.json" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue