kibana/packages/kbn-es-archiver/tsconfig.json
Kibana Machine af9a14a17f
chore(NA): moving @kbn/es-archiver to babel transpiler (#108370) (#108575)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
2021-08-13 16:02:12 -04:00

19 lines
359 B
JSON

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