mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
13 lines
242 B
JSON
13 lines
242 B
JSON
{
|
|
"extends": "../../tsconfig.bazel.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "target_types",
|
|
"types": ["jest", "node"]
|
|
},
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.tsx"
|
|
],
|
|
}
|