mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
23 lines
569 B
JSON
23 lines
569 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"incremental": false,
|
|
"composite": false,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "./target/types",
|
|
"types": ["node", "mocha"],
|
|
"paths": {
|
|
"#pipeline-utils": [".buildkite/pipeline-utils/index.ts"],
|
|
"#pipeline-utils/*": [".buildkite/pipeline-utils/*"]
|
|
}
|
|
},
|
|
"include": [
|
|
"pipeline-utils/**/*",
|
|
"pipelines/**/*",
|
|
"scripts/**/*",
|
|
"pipelines/flaky_tests/groups.json",
|
|
"pull_requests.json"
|
|
]
|
|
}
|