kibana/x-pack/performance/tsconfig.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",
]
}