mirror of
https://github.com/elastic/kibana.git
synced 2025-04-19 23:39:42 -04:00
13 lines
No EOL
231 B
JSON
13 lines
No EOL
231 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "target/root_types"
|
|
},
|
|
"include": [
|
|
"kibana.d.ts",
|
|
"package.json",
|
|
],
|
|
"kbn_references": [
|
|
{ "path": "./src/core/tsconfig.json" },
|
|
]
|
|
} |