mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 17:04:01 -04:00
27 lines
487 B
JSON
27 lines
487 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "target/types",
|
|
"types": [
|
|
"jest",
|
|
"node",
|
|
"react"
|
|
]
|
|
},
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.tsx",
|
|
],
|
|
"exclude": [
|
|
"target/**/*"
|
|
],
|
|
"kbn_references": [
|
|
"@kbn/i18n",
|
|
"@kbn/i18n-react",
|
|
"@kbn/core-lifecycle-browser",
|
|
"@kbn/cloud-plugin",
|
|
"@kbn/share-plugin",
|
|
"@kbn/security-plugin-types-server",
|
|
"@kbn/react-kibana-context-render",
|
|
]
|
|
}
|