kibana/packages/kbn-securitysolution-utils/tsconfig.json
Kibana Machine 7114cf69bb
chore(NA): moving @kbn/securitysolution-utils to babel transpiler (#109439) (#109550)
* chore(NA): moving @kbn/securitysolution-utils to babel transpiler

* chore(NA): update packages/kbn-securitysolution-utils/.babelrc

Co-authored-by: Frank Hassanabad <frankhassanabad@gmail.com>

Co-authored-by: Frank Hassanabad <frankhassanabad@gmail.com>

Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
Co-authored-by: Frank Hassanabad <frankhassanabad@gmail.com>
2021-08-20 19:25:22 -04:00

20 lines
390 B
JSON

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