mirror of
https://github.com/elastic/kibana.git
synced 2025-04-20 07:48:52 -04:00
13 lines
258 B
JSON
13 lines
258 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationDir": "./target/types",
|
|
"stripInternal": true,
|
|
"emitDeclarationOnly": true,
|
|
"declarationMap": true
|
|
},
|
|
"include": [
|
|
"./src/type_exports.ts"
|
|
]
|
|
}
|