kibana/packages/kbn-logging/tsconfig.json
Kibana Machine a930371708
[7.x] chore(NA): moving @kbn/logging to babel transpiler (#108702) (#109412)
* chore(NA): moving @kbn/logging to babel transpiler (#108702)

* chore(NA): moving @kbn/logging to babel transpiler

* chore(NA): fix imports for @kbn/logging

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

* chore(NA): fix test failures

Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
2021-08-20 17:19:02 +00:00

21 lines
406 B
JSON

{
"extends": "../../tsconfig.bazel.json",
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"emitDeclarationOnly": true,
"outDir": "target_types",
"rootDir": "src",
"sourceMap": true,
"sourceRoot": "../../../../packages/kbn-logging/src",
"stripInternal": false,
"types": [
"jest",
"node"
]
},
"include": [
"src/**/*.ts"
]
}