kibana/packages/kbn-legacy-logging/tsconfig.json
Kibana Machine d9232d495b
chore(NA): moving @kbn/legacy-logging to babel transpiler (#108703) (#109001)
Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
2021-08-17 23:53:06 +00:00

16 lines
384 B
JSON

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