kibana/packages/kbn-plugin-helpers/tsconfig.json
Kibana Machine 4a630bb59f
chore(NA): moving @kbn/plugin-helpers to babel transpiler (#109085) (#109302)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
2021-08-19 23:33:03 +00:00

20 lines
384 B
JSON

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