mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
18 lines
336 B
JSON
18 lines
336 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "target/types",
|
|
"types": ["node", "jest"]
|
|
},
|
|
"include": ["**/*.ts"],
|
|
"exclude": [
|
|
"target/**/*",
|
|
],
|
|
"kbn_references": [
|
|
"@kbn/journeys",
|
|
"@kbn/test-subj-selector",
|
|
"@kbn/tooling-log",
|
|
"@kbn/test",
|
|
"@kbn/expect",
|
|
]
|
|
}
|