mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 08:49:27 -04:00
22 lines
515 B
JSON
22 lines
515 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"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",
|
|
"pipeline-resource-definitions/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"target/**/*",
|
|
]
|
|
}
|