mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
17 lines
359 B
JSON
17 lines
359 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": false,
|
|
"outDir": "./target/types",
|
|
"stripInternal": false,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"declarationMap": true,
|
|
"rootDir": "./src"
|
|
},
|
|
"include": [
|
|
"src/core/server/index.ts",
|
|
"src/core/public/index.ts",
|
|
"typings"
|
|
]
|
|
}
|