mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
41 lines
832 B
JSON
41 lines
832 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "target/types",
|
|
"stripInternal": true,
|
|
"types": [
|
|
"jest",
|
|
"node"
|
|
]
|
|
},
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.js",
|
|
"src/jest/jest_flags.json",
|
|
],
|
|
"exclude": [
|
|
"types/**/*",
|
|
"**/__fixtures__/**/*",
|
|
"target/**/*",
|
|
],
|
|
"kbn_references": [
|
|
"@kbn/dev-utils",
|
|
"@kbn/std",
|
|
"@kbn/tooling-log",
|
|
"@kbn/get-repo-files",
|
|
"@kbn/peggy",
|
|
"@kbn/dev-cli-runner",
|
|
"@kbn/dev-cli-errors",
|
|
"@kbn/ci-stats-reporter",
|
|
"@kbn/repo-info",
|
|
"@kbn/es",
|
|
"@kbn/dev-proc-runner",
|
|
"@kbn/jest-serializers",
|
|
"@kbn/stdio-dev-helpers",
|
|
"@kbn/babel-register",
|
|
"@kbn/repo-packages",
|
|
"@kbn/core-saved-objects-api-server",
|
|
"@kbn/mock-idp-utils",
|
|
"@kbn/code-owners",
|
|
]
|
|
}
|