mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
* chore(NA): merge and solve conflicts with 7.x branch * docs(NA): fix docs build with page headers.
20 lines
345 B
JSON
20 lines
345 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"src/**/*.tsx",
|
|
"types/intl_format_cache.d.ts",
|
|
"types/intl_relativeformat.d.ts"
|
|
],
|
|
"exclude": [
|
|
"target"
|
|
],
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationDir": "./target/types",
|
|
"types": [
|
|
"jest",
|
|
"node"
|
|
]
|
|
}
|
|
}
|