kibana/packages/kbn-interpreter/tsconfig.json
Kibana Machine bcc5766751
chore(NA): moving @kbn/interpreter to babel transpiler (#108512) (#109410)
* chore(NA): moving @kbn/interpreter to babel transpiler

* chore(NA): fix imports

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

Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
2021-08-20 09:55:04 -04:00

22 lines
430 B
JSON

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