mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[ts] stop building @types packages in bootstrap
This commit is contained in:
parent
260d4855ff
commit
e5d186a6f0
97 changed files with 1581 additions and 3286 deletions
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"extends": "../../../../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./target/types"
|
||||
},
|
||||
"include": [
|
||||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
],
|
||||
"exclude": [
|
||||
"./target"
|
||||
],
|
||||
"references": [
|
||||
{ "path": "../../../../../src/core/tsconfig.json" }
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue