kibana/packages/kbn-securitysolution-list-constants/tsconfig.json
Kibana Machine ac2e4e71b7
chore(NA): moving @kbn/securitysolution-list-constants to babel transpiler (#110269) (#110405)
* chore(NA): moving @kbn/securitysolution-list-constants to babel transpiler

* chore(NA): add web targets

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

20 lines
399 B
JSON

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